Search Results for

    Show / Hide Table of Contents

    Struct ReadOnlyArraySegmentEnumerator<T>

    Enumerator for immutable arrays and immutable array segments.

    Implements
    IEnumerator<T>
    IEnumerator
    IDisposable
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Collections
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public struct ReadOnlyArraySegmentEnumerator<T> : IEnumerator<T>, IEnumerator, IDisposable
    Type Parameters
    Name Description
    T

    Properties

    Current

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Explicit Interface Implementations

    IEnumerator.Current

    Declaration
    readonly object IEnumerator.Current { get; }
    Returns
    Type Description
    Object

    IEnumerator.Reset()

    Declaration
    void IEnumerator.Reset()

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.