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
[read-only] | Comparer | IEqualityComparer<TKey>. Documentation for this section has not yet been entered. |
[read-only] | Count | int. 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] | Keys | Dictionary<TKey, TValue>.KeyCollection. Gets a collection that contains the keys in the dictionary. |
[read-only] | Values | Dictionary<TKey, TValue>.ValueCollection. Gets a collection that contains the values in the dictionary. |