| ContinuallyEnumerableTContinuallyEnumeratorMoveNext 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.129 (1.2.3.129)
Syntax abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
Return Value
Type:
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNextExceptions See Also