Clone a new instance of compiler object

Namespace: Microsoft.Cosmos.Client
Assembly: Microsoft.Cosmos.Client (in Microsoft.Cosmos.Client.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public override Object Clone()
Visual Basic
Public Overrides Function Clone As Object
Visual C++
public:
virtual Object^ Clone() override

Return Value

The cloned new instance

Implements

ICloneableClone()()()()

See Also