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