Gets a dictionary which may be used to store data specific to this object.

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

Syntax

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

Field Value

An implementation of the IDictionary interface.

Remarks

This property is not serialized or deserialized.

Contracts

Get

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

See Also