Creates a new object that is a copy of the current instance.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public Object Clone()
Visual Basic
Public Function Clone As Object
Visual C++
public:
virtual Object^ Clone() sealed

Return Value

A new object that is a copy of this instance.

Implements

ICloneable..::..Clone()()()()

See Also