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