Gets the referenced Symbol.

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

Syntax

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

Field Value

The referenced Symbol; or nullNothingnullptra null reference (Nothing in Visual Basic) when the referenced symbol was not found.

Contracts

Get

Ensures
!Resolved || Contract.Result<Symbol>() != null

See Also