Gets the Symbol associated with this block.

Namespace: SharpAssembler.Core
Assembly: 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
Inherited From: IAssociatable
Contract.Result<Symbol>().Association == this
Inherited From: IAssociatable

See Also