SortedDictionary(Of TKey, TValue).IReadOnlyDictionary(Of TKey, TValue).Values Property
.NET Framework (current version)
Gets a collection containing the values in the SortedDictionary(Of TKey, TValue)
Assembly: System (in System.dll)
Private ReadOnly Property Values As IEnumerable(Of TValue) Implements IReadOnlyDictionary(Of TKey, TValue).Values
Property Value
Type: System.Collections.Generic.IEnumerable(Of TValue)A collection containing the values in the SortedDictionary(Of TKey, TValue)
This member is an explicit interface member implementation. It can be used only when the SortedDictionary(Of TKey, TValue) instance is cast to an IReadOnlyDictionary(Of 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: