Mono Class Library: Overview

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

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.

Public Properties

default property
Item(TKey)TValue. Gets or sets the element in the current instance that is associated with the specified key.
[read-only]
KeysICollection<TKey>. Gets a collection containing the keys of the current instance.
[read-only]
ValuesICollection<TValue>. Gets a collection containing the values in the current instance.