Returns the copy of this object.

Namespace:  PerpetuumSoft.Framework
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

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

Implements

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

See Also