Click or drag to resize

DictionaryWithDefaultTKey, TValue Properties

The DictionaryWithDefaultTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer
Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryTKey, TValue.)
Public propertyCount
Gets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Public propertyDefaultValue
Default value for missing entries.
Public propertyItem
Gets or sets the value associated with the given key. If the key isn't in the dictionary, DefaultValue will be returned.
Public propertyKeys
Gets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Public propertyValues
Gets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Top
See Also