The MetadataDictionary type exposes the following members.
Name | Description | |
---|---|---|
Add | Overloaded. Adds one or several elements with the provided key and data to this dictionary. |
|
Clear |
Removes all elements from this dictionary. |
|
Contains |
Determines whether this dictionary contains an element with the specified key. |
|
CopyTo |
Copies the entire dictionary to a given array, starting at the specified index. |
|
Dispose |
Releases all resources used by this MetadataDictionary. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDictionaryEnumerator |
Returns an IDictionaryEnumerator that iterates through this dictionary. |
|
GetEnumerator |
Returns an IEnumerator that iterates through the MetadataDictionary. |
|
GetHashCode | (Inherited from Object.) | |
GetItemArray |
Returns an array of elements with the specified key. |
|
GetItemString |
Returns a string representation of the element with the specified key. |
|
GetKeyDescription |
Returns a textual description for the specified key. |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the value with the specified key from this dictionary. |
|
SetItemArray |
Sets multiple elements at the specified key. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of elements actually contained in this dictionary. |
|
IsFixedSize |
Gets a value indicating whether the dictionary has a fixed size. |
|
IsReadOnly |
Gets a value indicating whether the dictionary is read-only. |
|
IsSynchronized |
Gets a value indicating whether the dictionary is synchronized. |
|
Item |
Gets or sets the element at the specified key. |
|
Keys |
Gets a collection containing the keys in this dictionary. |
|
SyncRoot |
Gets an object that can be used to synchronize access to this dictionary. |
|
Values |
Gets a collection containing the values in this dictionary. |