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

Namespace:  BargeEx.Internal
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

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

Return Value

A new object that is a copy of this instance.

Implements

ICloneable..::.Clone()()()

See Also