Table of Contents

Struct ImmutableEquatableArray<T>.Enumerator

Namespace
PolyType.Roslyn
Assembly
PolyType.Roslyn.dll

Defines an enumerator for the ImmutableEquatableArray<T> type.

public struct ImmutableEquatableArray<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Properties

Current

Gets the element at the current position of the enumerator.

public readonly ref T Current { get; }

Property Value

T

Methods

MoveNext()

Advances the enumerator to the next element of the array.

public bool MoveNext()

Returns

bool