[This is preliminary documentation and is subject to change.]

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

Namespace: Tools
Assembly: 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

Return Value

A new object that is a copy of this instance

See Also