A label, which defines a symbol.

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

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

Invariants
this.identifier != null
Enum.IsDefined(typeof(LabelType), this.labelType)
this.associatedSymbol != null
this.length >= 0

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.Core.Instructions..::..Label

See Also