The methods of System.Collections.IDictionary are listed below. For a list of all members, see the IDictionary Members list.
Add(object, object)Adds an entry with the provided key and value to the current instance. | ||
Clear()Removes all key and value pairs from the current instance. | ||
Contains(object)Determines whether the current instance contains an entry with the specified key. | ||
GetEnumerator()Returns a IDictionaryEnumerator for the current instance. | ||
Remove(object)Removes the entry with the specified key from the current instance. | ||