Gets or sets the type of symbol which this definition defines.

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

Syntax

C#
public LabelType LabelType { get; }
Visual Basic
Public ReadOnly Property LabelType As LabelType
	Get
Visual C++
public:
property LabelType LabelType {
	LabelType get ();
}

Field Value

A member of the LabelType enumeration.

Contracts

Get

Ensures
Enum.IsDefined(typeof(LabelType), Contract.Result<LabelType>())

See Also