Mono Class Library: Overview

System.Collections.Hashtable: Constructor Members

The constructors of System.Collections.Hashtable are listed below. For a list of all members, see the Hashtable Members list.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the Hashtable class.
Constructs and initializes a new instance of the Hashtable class using the values of the specified IDictionary.
Documentation for this section has not yet been entered.
Constructs and initializes a new instance of the Hashtable class with the specified initial capacity.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Constructs and initializes a new instance of the Hashtable class with the specified IHashCodeProvider and the specified IComparer.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Constructs and initializes a new instance of the Hashtable class using the values of the specified IDictionary, the specified IHashCodeProvider, and the specified IComparer.
Documentation for this section has not yet been entered.
Constructs and initializes a new instance of the Hashtable class with the specified initial capacity, the specified IHashCodeProvider, and the specified IComparer.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors