Initializes a new instance of the Label class that creates a private label.
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Label( string identifier ) |
| Visual Basic |
|---|
Public Sub New ( _ identifier As String _ ) |
| Visual C++ |
|---|
public: Label( String^ identifier ) |
Parameters
- identifier
- Type: System..::..String
The identifier of the defined symbol.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | identifier == null |
Contracts
| Requires | ||
|---|---|---|
identifier != null
|