Class ContinuallyEnumerable<T>.ContinuallyEnumerator
Inheritance
ContinuallyEnumerable<T>.ContinuallyEnumerator
Assembly: Akka.Streams.dll
Syntax
public sealed class ContinuallyEnumerator : IEnumerator<T>, IEnumerator, IDisposable
Constructors
|
Improve this Doc
View Source
ContinuallyEnumerator(Func<IEnumerator<T>>)
Declaration
public ContinuallyEnumerator(Func<IEnumerator<T>> enumeratorFactory)
Parameters
Properties
|
Improve this Doc
View Source
Current
Declaration
public T Current { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
MoveNext()
Declaration
Returns
Exceptions
Type |
Condition |
ArgumentException |
This exception is thrown when the enumerator has passed the end of an enumerable.
|
|
Improve this Doc
View Source
Reset()
Declaration
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Implements
Extension Methods