Click or drag to resize

IReadOnlyListDictionaryTKey, TValue Properties

The IReadOnlyListDictionaryTKey, TValue type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
(Inherited from IReadOnlyCollectionTValue)
Public propertyItemInt32Gets the element at the specified index in the read-only list.
(Inherited from IReadOnlyListTValue)
Public propertyItemTKeyGets the element that has the specified key in the read-only dictionary.
(Inherited from IReadOnlyDictionaryTKey, TValue)
Public propertyKeysGets an enumerable collection that contains the keys in the read-only dictionary.
(Inherited from IReadOnlyDictionaryTKey, TValue)
Public propertyValuesGets an enumerable collection that contains the values in the read-only dictionary.
(Inherited from IReadOnlyDictionaryTKey, TValue)
Top
See Also