IReadOnlyDictionary(TKey, TValue) Properties
Collapse the table of content
Expand the table of content

IReadOnlyDictionary<TKey, TValue> Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The IReadOnlyDictionary<TKey, TValue> type exposes the following members.

  NameDescription
Public property Count Gets the number of elements in the collection. (Inherited from IReadOnlyCollection<T>.)
Public property Item Gets the element that has the specified key in the read-only dictionary.
Public property Keys Gets an enumerable collection that contains the keys in the read-only dictionary.
Public property Values Gets an enumerable collection that contains the values in the read-only dictionary.
Top

Show:
© 2017 Microsoft