Click or drag to resize
DictionaryBaseTKey, TValue Properties

The DictionaryBaseTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Must be overridden to provide the number of items in the collection.
(Inherited from CollectionBaseT.)
Public propertyItem
The indexer of the dictionary. This is used to store keys and values and retrieve values from the dictionary. The setter accessor must be overridden in the derived class.
Public propertyKeys
Returns a collection of the keys in this dictionary.
Public propertyValues
Returns a collection of the values in this dictionary. The ordering of values in this collection is the same as that in the Keys collection.
Top
See Also