Creates a new object that is a copy of the current instance.
Namespace: Dapfor.Wpf.ControlsAssembly: 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: ObjectA new object that is a copy of this instance.