Hashtable Constructor
Initializes a new, empty instance of the Hashtable class.
Overload List
Name | Description |
---|---|
Hashtable () | Initializes a new, empty instance of the Hashtable class using the default initial capacity and the default load factor. |
Hashtable (Int32) | Initializes a new, empty instance of the Hashtable class using the specified initial capacity and the default load factor. |
Hashtable (Int32, Int32) | Initializes a new, empty instance of the Hashtable class using the specified initial capacity and maximum load factor. |
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.
See Also
Reference
Hashtable Class
Hashtable Members
System.Collections Namespace