Click or drag to resize

LookaheadEnumeratorTReset Method

Sets the enumerator to its initial position, which is before the first element in the collection.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Reset()
Exceptions
ExceptionCondition
InvalidOperationException The collection was modified after the enumerator was created.
See Also