Mono Class Library: Overview

System.Collections.Generic.IDictionary<TKey,TValue>: Method Members

The methods of System.Collections.Generic.IDictionary<TKey,TValue> are listed below. For a list of all members, see the IDictionary<TKey,TValue> Members list.

Public Methods

Add(TKey, TValue)
Adds an entry with the provided key and value to the current instance.
ContainsKey(TKey) : bool
Determines whether the current instance contains an entry with the specified key.
Remove(TKey) : bool
Removes the entry with the specified key from the current instance.
TryGetValue(TKey, out TValue) : bool
Documentation for this section has not yet been entered.