Dictionary Properties

The Dictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of items
Public propertyItem
Returns the value for the key
Public propertyItems
Items
Public propertyKeys
Returms an array containing the keys
Public propertyValues
Returms an array containing the values
Top
See Also