Hashtable.Keys Property

Gets an ICollection that contains the keys in the Hashtable.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual ICollection Keys { get; }

Property Value

An ICollection that contains the keys in the Hashtable.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

Hashtable Class
Hashtable Members
System.Collections Namespace