Mono Class Library: System.Collections.Hashtable Overview | MembersSystem.Collections.Hashtable Constructor |
Constructs and initializes a new instance of the Hashtable class with the specified initial capacity. [Edit]
|
Type Reason ArgumentOutOfRangeException capacity < 0. [Edit]
The new instance is initialized with the default IHashCodeProvider and IComparer.
The number of entries that the new instance can contain can be greater than capacity.
[Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0