Dictionary<TKey, TValue>.IReadOnlyDictionary<TKey, TValue>.Values Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection containing the values of the IReadOnlyDictionary<TKey, TValue>.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.Generic.IEnumerable<TValue>A collection containing the values of the IReadOnlyDictionary<TKey, TValue>.
Implements
IReadOnlyDictionary<TKey, TValue>.Values
Show: