[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub Reset
C#
public void Reset ()
Visual C++
public:
virtual void Reset () sealed

Exceptions

ExceptionCondition
System.InvalidOperationExceptionThe collection was modified after the enumerator was created.