Gets the Reference to a symbol whose address is used as the value for the expression.

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

Syntax

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

Field Value

A Reference; or nullNothingnullptra null reference (Nothing in Visual Basic) when no reference is specified.

See Also