Initializes a new instance of the Extern class.

Namespace: SharpAssembler.Core.Instructions
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Extern(
	string identifier
)
Visual Basic
Public Sub New ( _
	identifier As String _
)
Visual C++
public:
Extern(
	String^ identifier
)

Parameters

identifier
Type: System..::..String
The identifier of the external symbol.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionidentifier == null

Contracts

See Also