Values Property
Collapse the table of content
Expand the table of content

IReadOnlyDictionary(Of TKey, TValue).Values Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets an enumerable collection that contains the values in the read-only dictionary.

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

'Declaration
ReadOnly Property Values As IEnumerable(Of TValue)

Property Value

Type: System.Collections.Generic.IEnumerable(Of TValue)
An enumerable collection that contains the values in the read-only dictionary.

The order of the values in the enumerable collection is unspecified, but the implementation must guarantee that the values are in the same order as the corresponding keys in the enumerable collection that is returned by the Keys property.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft