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

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Object Clone()
Visual Basic
Public Function Clone As Object
Visual C++
public:
virtual Object^ Clone() sealed
F#
abstract Clone : unit -> Object 
override Clone : unit -> Object 

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

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

See Also