Click or drag to resize

DictionaryListTKey, TValue Properties

The DictionaryListTKey, TValue type exposes the following members.

Properties
  Name Description
Public property Count Gets the number of elements contained in the DictionaryListTKey, TValue.
Public property IsReadOnly Gets a value indicating whether the DictionaryListTKey, TValue is read-only.
Public property ItemTKey Gets or sets the element with the specified key.
Public property ItemInt32 Gets or sets the element at the specified index.
Public property Keys Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
Public property Values Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
Top
See Also