Mono Class Library: System.Collections.Hashtable Overview | MembersSystem.Collections.Hashtable.Clone Method |
Creates a object that is a copy of the current instance. [Edit]
|
A object that is a copy of the current instance. [Edit]
Note: This method is implemented to support the ICloneable interface.Operation
As described above.This method creates a new Hashtable instance is initialized with the same count, IHashCodeProvider implementation, and IComparer implementation as the current instance. The references to the objects contained by the current instance are copied to the new instance.
[Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0