SortedDictionary<TKey, TValue>::IReadOnlyDictionary<TKey, TValue>::Keys Property

.NET Framework (current version)
 

Gets a collection containing the keys in the SortedDictionary<TKey, TValue>

Namespace:   System.Collections.Generic
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>^

A collection containing the keys in the SortedDictionary<TKey, TValue>

This 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
Return to top
Show: