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

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
ComparerIEqualityComparer<TKey>. Documentation for this section has not yet been entered.
[read-only]
Countint. Gets the number of key/value pairs contained in the dictionary.
default property
Item(TKey)TValue. Gets or sets the value associated with the specified key.
[read-only]
KeysDictionary<TKey, TValue>.KeyCollection. Gets a collection that contains the keys in the dictionary.
[read-only]
ValuesDictionary<TKey, TValue>.ValueCollection. Gets a collection that contains the values in the dictionary.