Enumerator..::..MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool MoveNext()
Public Function MoveNext As Boolean

Return Value

trueTruetruetrue (True in Visual Basic) if the enumerator was successfully advanced to the next element; falseFalsefalsefalse (False in Visual Basic) if the enumerator has passed the end of the collection.