Gets the identifier of the referenced symbol.
Namespace: SharpAssembler.Core.SymbolsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string SymbolIdentifier { get; } |
Visual Basic |
---|
Public ReadOnly Property SymbolIdentifier As String Get |
Visual C++ |
---|
public: property String^ SymbolIdentifier { String^ get (); } |
Field Value
An identifier.
Contracts
Get
Ensures |
---|
Contract.Result<string>() != null |