[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.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Current As Integer()
C#
public int[] Current { get; }
Visual C++
public:
virtual property array<int>^ Current {
	array<int>^ get () sealed;
}

Field Value

Return Value

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