Gets a dictionary which may be used to store data specific to this object.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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
Remarks
            This property is not serialized or deserialized.
            
 Contracts
Contracts
Get
| Ensures | ||
|---|---|---|
| Contract.Result<IDictionary>() != null 
 | 





