IDictionary(String, Object).Values Property

ExpandoObject.IDictionary<String, Object>.Values Property

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

Gets an ICollection<T> that contains the values in the IDictionary<TKey, TValue>.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

ICollection<Object> IDictionary<string, Object>.Values { get; }

Property Value

Type: System.Collections.Generic.ICollection<Object>
An ICollection<T> that contains the values in the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Values

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft