The MetadataDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets number of items in the dictionary. |
![]() |
IsDisposed | (Inherited from LockableObject.) |
![]() |
IsFixedSize |
Indicates whether the dictionary has a fixed size. |
![]() |
IsReadOnly |
Indicates whether the dictionary is a read-only. |
![]() |
IsSynchronized |
Indicates whether the dictionary is synchronized. |
![]() |
Item |
Gets/sets item with the specified key. |
![]() |
Keys |
Returns a collection of keys stored in this dictionary. |
![]() |
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
![]() |
SyncRoot |
Gets an object for synchronized access. |
![]() |
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
![]() |
Values |
Returns a collection of values (without keys) stored in this dictionary. |