Click or drag to resize

LookaheadEnumeratorTNext Method

Gets the next item.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public T Next()

Field Value

Type: T
The next.

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.LookaheadEnumerator`1.Next"]

See Also