Click or drag to resize

ListDictionaryTKey, TValue Properties

The ListDictionaryTKey, TValue type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
Public propertyItemInt32Gets the element at the specified index in the read-only list.
Public propertyItemTKeyGets the element that has the specified key in the read-only dictionary.
Public propertyKeysGets an enumerable collection that contains the keys in the read-only dictionary.
Public propertyValuesGets an enumerable collection that contains the values in the read-only dictionary.
Top
See Also