Click or drag to resize

YDefaultableDictionaryTKey, TValue Properties

The YDefaultableDictionaryTKey, TValue type exposes the following members.

Properties
  Name Description
Public property Comparer Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryTKey, TValue)
Public property Count Gets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue)
Public property Item Get or Set the value of a given key in the dictionary.
Public property Keys Gets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue)
Public property Values Gets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue)
Top
See Also