SortedDictionary<TKey, TValue>.IReadOnlyDictionary<TKey, TValue>.Keys Property
.NET Framework (current version)
Gets a collection containing the keys in the SortedDictionary<TKey, TValue>
Assembly: System (in System.dll)
Property Value
Type: System.Collections.Generic.IEnumerable<TKey>A collection containing the keys in the SortedDictionary<TKey, TValue>
Implements
IReadOnlyDictionary<TKey, TValue>.KeysThis member is an explicit interface member implementation. It can be used only when the SortedDictionary<TKey, TValue> instance is cast to an IReadOnlyDictionary<TKey, TValue> interface.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Available since 10
.NET Framework
Available since 4.6
Show: