This documentation is for the old version. Go to the latest Graphics Mill docs

MetadataDictionary Properties

The MetadataDictionary type exposes the following members.

Properties

Name Description
Public property Count

Gets number of items in the dictionary.

Public property IsDisposed (Inherited from LockableObject.)
Public property IsFixedSize

Indicates whether the dictionary has a fixed size.

Public property IsReadOnly

Indicates whether the dictionary is a read-only.

Public property IsSynchronized

Indicates whether the dictionary is synchronized.

Public property Item

Gets/sets item with the specified key.

Public property Keys

Returns a collection of keys stored in this dictionary.

Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property SyncRoot

Gets an object for synchronized access.

Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Values

Returns a collection of values (without keys) stored in this dictionary.

See Also

Reference