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

Gets the element in the collection at the current position of the enumerator.

Namespace: net.esper.eql.join.rep
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Current As Cursor
C#
public virtual Cursor Current { get; }
Visual C++
public:
virtual property Cursor^ Current {
	Cursor^ get ();
}

Field Value

Return Value

The element in the collection at the current position of the enumerator.