Struct ReadOnlyArraySegmentEnumerator<T>
Enumerator for immutable arrays and immutable array segments.
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public struct ReadOnlyArraySegmentEnumerator<T> : IEnumerator<T>, IEnumerator, IDisposable
Type Parameters
Properties
Current
Declaration
public readonly T Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Explicit Interface Implementations
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
IEnumerator.Reset()
Declaration
Implements