Gets or sets the identifier of the symbol.

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

Syntax

C#
public string Identifier { get; }
Visual Basic
Public ReadOnly Property Identifier As String
	Get
Visual C++
public:
virtual property String^ Identifier {
	String^ get () sealed;
}

Field Value

The identifier of the symbol.

Implements

IIdentifiable..::..Identifier

Contracts

Get

Ensures
Contract.Result<string>() != null
Contract.Result<string>() != null
Inherited From: IIdentifiable

See Also