Click or drag to resize
Akka.NETContinuallyEnumerableTContinuallyEnumeratorMoveNext Method
Advances the enumerator to the next element of the collection.

Namespace:  Akka.Streams.Util
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool MoveNext()

Return Value

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

Implements

IEnumeratorMoveNext
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the enumerator has passed the end of an enumerable.
InvalidOperationExceptionThe collection was modified after the enumerator was created.
See Also