Struct EquatableArray<T>.Enumerator
public struct EquatableArray<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
- Implements
-
IEnumerator<T>
- Inherited Members
Properties
Current
public readonly T Current { get; }
Property Value
- T
Methods
Dispose()
public readonly void Dispose()
MoveNext()
public bool MoveNext()