Gets the Reference to a symbol whose address is used as the value for the expression.
Namespace: SharpAssembler.CoreAssembly: 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 (); } |