Gets the label, block, section or file this Symbol is associated with.

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

Syntax

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

Field Value

An object implementing the IAssociatable interface.

Contracts

Get

Ensures
Contract.Result<IAssociatable>() != null

See Also