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

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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