[This is preliminary documentation and is subject to change.]
Creates a new object that is a copy of the current instance.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
T Clone() |
| Visual Basic |
|---|
Function Clone As T |
| Visual C++ |
|---|
T Clone() |
| F# |
|---|
abstract Clone : unit -> 'T |
| JScript |
|---|
function Clone() : T |