Search Results for

    Show / Hide Table of Contents

    Class ContinuallyEnumerable<T>.ContinuallyEnumerator

    TBD

    Inheritance
    object
    ContinuallyEnumerable<T>.ContinuallyEnumerator
    Implements
    IEnumerator<T>
    IEnumerator
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Util
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class ContinuallyEnumerable<T>.ContinuallyEnumerator : IEnumerator<T>, IEnumerator, IDisposable

    Constructors

    | Edit this page View Source

    ContinuallyEnumerator(Func<IEnumerator<T>>)

    Initializes a new instance of the ContinuallyEnumerable<T>.ContinuallyEnumerator class.

    Declaration
    public ContinuallyEnumerator(Func<IEnumerator<T>> enumeratorFactory)
    Parameters
    Type Name Description
    Func<IEnumerator<T>> enumeratorFactory

    The method used to create an IEnumerator<T> to iterate over an enumerable.

    Properties

    | Edit this page View Source

    Current

    Declaration
    public T Current { get; }
    Property Value
    Type Description
    T

    Methods

    | Edit this page View Source

    Dispose()

    Declaration
    public void Dispose()
    | Edit this page View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool
    Exceptions
    Type Condition
    ArgumentException

    This exception is thrown when the enumerator has passed the end of an enumerable.

    | Edit this page View Source

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator<T>
    IEnumerator
    IDisposable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET