The methods of the IDictionary interface are listed below. For a complete list of IDictionary interface members, see the IDictionary Members topic.
Add | When implemented by a class, adds an entry with the provided key and value into the IDictionary. |
Clear | When implemented by a class, removes all entries from the IDictionary. |
Contains | When implemented by a class, determines whether the IDictionary contains an entry with the specified key. |
GetEnumerator | When implemented by a class, returns an IEnumerator for the IDictionary. |
Remove | When implemented by a class, removes the entry with the specified key from the IDictionary. |