Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams.Util
ContinuallyEnumerable(T).ContinuallyEnumerator Class
ContinuallyEnumerator Methods
Dispose Method
MoveNext Method
Reset Method
ContinuallyEnumerable
T
ContinuallyEnumerator
Reset 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
C#
F#
Copy
public
void
Reset
()
abstract
Reset
:
unit
->
unit
override
Reset
:
unit
->
unit
Implements
IEnumerator
Reset
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
ContinuallyEnumerable
T
ContinuallyEnumerator Class
Akka.Streams.Util Namespace
Akka.NET Home
|
Learn Akka.NET