Click or drag to resize

RouletteDictionaryTKey, TValue Properties

The RouletteDictionaryTKey, TValue generic type exposes the following members.

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