The properties of System.Collections.Generic.IDictionary<TKey,TValue> are listed below. For a list of all members, see the IDictionary<TKey,TValue> Members list.
default propertyItem(TKey) TValue. Gets or sets the element in the current instance that is associated with the specified key. [read-only] Keys ICollection<TKey>. Gets a collection containing the keys of the current instance. [read-only] Values ICollection<TValue>. Gets a collection containing the values in the current instance.