SortedList<TKey, TValue>::IReadOnlyDictionary<TKey, TValue>::Keys Property
Gets an enumerable collection that contains the keys in the read-only dictionary.
Assembly: System (in System.dll)
private: property IEnumerable<TKey>^ Keys { virtual IEnumerable<TKey>^ get() sealed = IReadOnlyDictionary<TKey, TValue>::Keys::get; }
Property Value
Type: System.Collections.Generic::IEnumerable<TKey>^An enumerable collection that contains the keys in the read-only dictionary.
Implements
IReadOnlyDictionary<TKey, TValue>::KeysThis member is an explicit interface member implementation. It can be used only when the SortedList<TKey, TValue> instance is cast to an IReadOnlyDictionary<TKey, TValue> interface.
The order of the keys in the enumerable collection is unspecified, but the implementation must guarantee that the keys are in the same order as the corresponding values in the enumerable collection that is returned by the HYPERLINK "http://msdn.microsoft.com/en-us/library/hh192237(v=vs.110).aspx" Values property.
Available since 10
.NET Framework
Available since 4.6