Readonly
ItemGets or sets the element with the specified key.
Gets the number of elements contained in the System.Collections.Generic.ICollection.
The number of elements contained in the System.Collections.Generic.ICollection.
Gets a value indicating whether the System.Collections.Generic.ICollection is read-only.
true if the System.Collections.Generic.ICollection is read-only; otherwise, false.
Gets an System.Collections.Generic.ICollection containing the keys of the System.Collections.Generic.IDictionary.
An System.Collections.Generic.ICollection containing the keys of the object that implements System.Collections.Generic.IDictionary.
Gets an System.Collections.Generic.ICollection containing the values in the System.Collections.Generic.IDictionary.
An System.Collections.Generic.ICollection containing the values in the object that implements System.Collections.Generic.IDictionary.
Adds an item to the System.Collections.Generic.ICollection.
The object to add to the System.Collections.Generic.ICollection.
Adds an element with the provided key and value to the System.Collections.Generic.IDictionary.
Removes all items from the System.Collections.Generic.ICollection.
Determines whether the System.Collections.Generic.ICollection contains a specific value.
The object to locate in the System.Collections.Generic.ICollection.
true if item is found in the System.Collections.Generic.ICollection; otherwise, false.
Determines whether the System.Collections.Generic.IDictionary contains an element with the specified key.
The key to locate in the System.Collections.Generic.IDictionary.
true if the System.Collections.Generic.IDictionary contains an element with the key; otherwise, false.
Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection.
The object to remove from the System.Collections.Generic.ICollection.
true if item was successfully removed from the System.Collections.Generic.ICollection; otherwise, false. This method also returns false if item is not found in the original System.Collections.Generic.ICollection.
Removes the element with the specified key from the System.Collections.Generic.IDictionary.
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original System.Collections.Generic.IDictionary.
Represents a generic collection of key/value pairs.