Mono Class Library: Overview

System.Collections.IDictionary: Method Members

The methods of System.Collections.IDictionary are listed below. For a list of all members, see the IDictionary Members list.

Public Methods

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) : bool
Determines whether the current instance contains an entry with the specified key.
GetEnumerator() : IDictionaryEnumerator
Returns a IDictionaryEnumerator for the current instance.
Remove(object)
Removes the entry with the specified key from the current instance.