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

.NET Framework (current version)
 

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

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

private:
property IEnumerable<TValue>^ Values {
	virtual IEnumerable<TValue>^ get() sealed = IReadOnlyDictionary<TKey, TValue>::Values::get;
}

Property Value

Type: System.Collections.Generic::IEnumerable<TValue>^

A collection containing the values 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: