Gets the identifier of this IIdentifiable.
Namespace: SharpAssembler.Core.SymbolsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
string Identifier { get; } |
Visual Basic |
---|
ReadOnly Property Identifier As String Get |
Visual C++ |
---|
property String^ Identifier { String^ get (); } |
Field Value
An identifier, never nullNothingnullptra null reference (Nothing in Visual Basic).
Contracts
Get
Ensures |
---|
Contract.Result<string>() != null |