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>.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.Generic.IEnumerable<TKey>A collection containing the keys of the IReadOnlyDictionary<TKey, TValue>.
Implements
IReadOnlyDictionary<TKey, TValue>.Keys
Show: