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.
Assembly: mscorlib (in mscorlib.dll)
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.
Show: