[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.view.ext
Assembly:   NEsper (in NEsper.dll)

Syntax

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

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.