IReadOnlyDictionary(TKey, TValue).Keys Property

Dictionary<TKey, TValue>.IReadOnlyDictionary<TKey, TValue>.Keys Property

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

Gets a collection containing the keys of the IReadOnlyDictionary<TKey, TValue>.

Namespace:  System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<TKey>
A collection containing the keys of the IReadOnlyDictionary<TKey, TValue>.

Implements

IReadOnlyDictionary<TKey, TValue>.Keys

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft