IDictionary.Keys Property
Gets an ICollection object that contains the keys in the IDictionary object.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual IDictionary Keys { get; }
Property Value
An ICollection object that contains the keys in the IDictionary object.
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.
See Also
Reference
IDictionary Interface
IDictionary Members
System.Collections Namespace