Gets the Symbol associated with this IAssociatable.

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

Syntax

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

Field Value

A Symbol.

Contracts

Get

Ensures
Contract.Result<Symbol>() != null
Contract.Result<Symbol>().Association == this

See Also