IDictionary(String, Object).Keys Property

ExpandoObject.IDictionary<String, Object>.Keys 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 keys of the IDictionary<TKey, TValue>.

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

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

Property Value

Type: System.Collections.Generic.ICollection<String>
An ICollection<T> that contains the keys of the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Keys

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft