Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft