MetadataDictionary Properties

The MetadataDictionary type exposes the following members.

Properties

Name Description
Public property Count

Gets the number of elements actually contained in this dictionary.

Public property IsFixedSize

Gets a value indicating whether the dictionary has a fixed size.

Public property IsReadOnly

Gets a value indicating whether the dictionary is read-only.

Public property IsSynchronized

Gets a value indicating whether the dictionary is synchronized.

Public property Item

Gets or sets the element at the specified key.

Public property Keys

Gets a collection containing the keys in this dictionary.

Public property SyncRoot

Gets an object that can be used to synchronize access to this dictionary.

Public property Values

Gets a collection containing the values in this dictionary.

See Also

Reference