Click or drag to resize

PersistentDictionaryTKey, TValue Properties

The PersistentDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in this dictionary.
Public propertyItem
Gets the value corresponding to the specified key. Throws KeyNotFoundException if the key does not exist in the dictionary.
Public propertyKeys
Gets a read-only collection of keys in the dictionary.
Public propertyValues
Gets a read-only collection of values in the dictionary.
Top
See Also