Click or drag to resize

IReadOnlyDictionaryTKey, TValue Properties

The IReadOnlyDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the collection.
(Inherited from IReadOnlyCollectionT.)
Public propertyItem
Gets the element that has the specified key in the read-only dictionary.
Public propertyKeys
Gets an enumerable collection that contains the keys in the read-only dictionary.
Public propertyValues
Gets an enumerable collection that contains the values in the read-only dictionary.
Top
See Also