Constructs and initializes a new instance of the Hashtable class using the values of the specified IDictionary.
- d
- The IDictionary used to initialize the elements of the new instance.
Type Reason ArgumentNullException d is null.
The initial capacity of the new instance is set to the number of entries in d. The new instance is initialized with the default IHashCodeProvider and IComparer.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0