Click or drag to resize
Akka.NETContinuallyEnumerableTContinuallyEnumeratorReset Method
Sets the enumerator to its initial position, which is before the first element in the collection.

Namespace:  Akka.Streams.Util
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Reset()

Implements

IEnumeratorReset
Exceptions
ExceptionCondition
InvalidOperationExceptionThe collection was modified after the enumerator was created.
See Also