Hashtable Class

Represents a collection of key/value pairs that are organized based on the hash code of the key.

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

Syntax

public class Hashtable : ICloneable, IDictionary, ICollection, IEnumerable

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

Hashtable Members
System.Collections Namespace