Gets the Symbol associated with this block.
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Symbol AssociatedSymbol { get; } |
Visual Basic |
---|
Public ReadOnly Property AssociatedSymbol As Symbol Get |
Visual C++ |
---|
public: virtual property Symbol^ AssociatedSymbol { Symbol^ get () sealed; } |
Field Value
A Symbol.Implements
IAssociatable..::..AssociatedSymbol
Contracts
Get
Ensures | ||
---|---|---|
Contract.Result<Symbol>() != null | ||
Contract.Result<Symbol>() != null
| ||
Contract.Result<Symbol>().Association == this
|