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

Advances the enumerator to the next element of the collection.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function MoveNext As Boolean
C#
public virtual bool MoveNext ()
Visual C++
public:
virtual bool MoveNext ()

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Exceptions

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