Struct ImmutableEquatableArray<T>.Enumerator
Defines an enumerator for the ImmutableEquatableArray<T> type.
public struct ImmutableEquatableArray<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
- Implements
-
IEnumerator<T>
- 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()