A label, which defines a symbol.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public class Label : Constructable, IIdentifiable, IAssociatable | 
| Visual Basic | 
|---|
| Public Class Label _ Inherits Constructable _ Implements IIdentifiable, IAssociatable | 
| Visual C++ | 
|---|
| public ref class Label : public Constructable, IIdentifiable, IAssociatable | 
 Contracts
Contracts
| Invariants | 
|---|
| this.identifier != null | 
| Enum.IsDefined(typeof(LabelType), this.labelType) | 
| this.associatedSymbol != null | 
| this.length >= 0 | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.Core.Instructions..::..Label
SharpAssembler.Core..::..Constructable
SharpAssembler.Core.Instructions..::..Label





