[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: net.esper.view.stat
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Return Value

A new object that is a copy of this instance.