Gets the number of elements contained in the System.Collections.ICollection.
The number of elements contained in the System.Collections.ICollection.
Gets a value indicating whether the System.Collections.IDictionary object has a fixed size.
true if the System.Collections.IDictionary object has a fixed size; otherwise, false.
Gets a value indicating whether the System.Collections.IDictionary object is read-only.
true if the System.Collections.IDictionary object is read-only; otherwise, false.
Gets an System.Collections.ICollection object containing the keys of the System.Collections.IDictionary object.
An System.Collections.ICollection object containing the keys of the System.Collections.IDictionary object.
Gets an System.Collections.ICollection object containing the values in the System.Collections.IDictionary object.
An System.Collections.ICollection object containing the values in the System.Collections.IDictionary object.
Adds an element with the provided key and value to the System.Collections.IDictionary object.
The System.Object to use as the key of the element to add.
The System.Object to use as the value of the element to add.
Adds an element with the provided key and value to the System.Collections.IDictionary object.
The System.Object to use as the key of the element to add.
The System.Object to use as the value of the element to add.
Removes all elements from the System.Collections.IDictionary object.
Determines whether the System.Collections.IDictionary object contains an element with the specified key.
The key to locate in the System.Collections.IDictionary object.
true if the System.Collections.IDictionary contains an element with the key; otherwise, false.
Determines whether the System.Collections.IDictionary object contains an element with the specified key.
The key to locate in the System.Collections.IDictionary object.
true if the System.Collections.IDictionary contains an element with the key; otherwise, false.
Removes the element with the specified key from the System.Collections.IDictionary object.
The key of the element to remove.
Removes the element with the specified key from the System.Collections.IDictionary object.
The key of the element to remove.
Represents a nongeneric collection of key/value pairs.