Click or drag to resize

LookaheadEnumeratorTCurrent Property

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

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public T Current { get; }

Property Value

Type: T

Return Value

Type: T
The element in the collection at the current position of the enumerator.
See Also