Click or drag to resize

DictionaryBaseTKey, TValue Properties

The DictionaryBaseTKey, TValue type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of key/value pairs contained in the DictionaryBaseTKey, TValue.
Public propertyItem Gets or sets the value associated with the specified key.
Public propertyKeys Gets a collection containing the keys in the DictionaryBaseTKey, TValue.
Public propertyValues Gets a collection containing the values in the DictionaryBaseTKey, TValue.
Top
See Also