Initializes a new instance of the Extern class.
Namespace: SharpAssembler.Core.InstructionsAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | identifier == null |
Contracts
| Requires | ||
|---|---|---|
identifier != null
|