[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)
Private ReadOnly Property System.Collections.IEnumerator.Current As Object Implements IEnumerator.Current
C#
private Object IEnumerator.Current { get; }
Visual C++
private:
virtual property Object^ System.Collections.IEnumerator.Current {
	Object^ get () sealed = IEnumerator::Current::get;
}

Field Value

Return Value

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