ExpandoObject.IDictionary<(Of <(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<(Of <(T>)>) that contains the keys of the IDictionary<(Of <(TKey, TValue>)>).

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

Syntax

Private ReadOnly Property Keys As ICollection(Of String)
    Implements IDictionary(Of String, Object).Keys
ICollection<string> IDictionary<string, Object>.Keys { get; }

Property Value

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

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Keys

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ExpandoObject Class

System.Dynamic Namespace