Gets a dictionary which may be used to store data specific to this object.
Namespace: SharpAssembler.Core.SymbolsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IDictionary Annotations { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Annotations As IDictionary Get |
| Visual C++ |
|---|
public: virtual property IDictionary^ Annotations { IDictionary^ get () sealed; } |
Field Value
An implementation of the IDictionary interface.Implements
IAnnotatable..::..Annotations
Remarks
This property is not serialized or deserialized.
Contracts
Get
| Ensures | ||
|---|---|---|
Contract.Result<IDictionary>() != null
|