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

Syntax

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

Field Value

Return Value

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