Click or drag to resize
IReadOnlyOrderedDictionaryTKey, TValue Properties

The IReadOnlyOrderedDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the collection.
(Inherited from IReadOnlyCollectionKeyValuePairTKey, TValue.)
Public propertyItemTKey
Gets the element that has the specified key in the read-only dictionary.
(Inherited from IReadOnlyDictionaryTKey, TValue.)
Public propertyItemInt32
Gets the element at the specified index.
Public propertyKeys
Gets an enumerable collection that contains the keys in the read-only dictionary.
(Inherited from IReadOnlyDictionaryTKey, TValue.)
Public propertyValues
Gets an enumerable collection that contains the values in the read-only dictionary.
(Inherited from IReadOnlyDictionaryTKey, TValue.)
Top
See Also