Gets the identifier of the symbol.

Namespace: SharpAssembler.Core.Symbols
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:
property String^ Identifier {
	String^ get ();
}

Field Value

The identifier of the symbol.

Contracts

Get

Ensures
Contract.Result<string>() != null

See Also