Creates a new object that is a copy of the current instance.
The supplied handle containing class needs to implement the ICloneable interface as well.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public Object Clone()
Public Function Clone As Object
public: virtual Object^ Clone() sealed
public final Object Clone()
![](../icons/collapse_all.gif)
A new object that is a copy of this instance.