Mono Class Library: System.Collections.Hashtable Overview | Members

System.Collections.Hashtable.Clone Method

Creates a object that is a copy of the current instance. [Edit]

public virtual object Clone ()

Returns

A object that is a copy of the current instance. [Edit]

Remarks

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]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0