Struct UnmanagedSpan<T>.Enumerator
Enumerates the elements of a UnmanagedSpan<T>.
public ref struct UnmanagedSpan<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
- Implements
-
IEnumerator<T>
- Inherited Members
Properties
Current
Gets the element at the current position of the enumerator.
public ref T Current { get; }
Property Value
- T
Methods
MoveNext()
Advances the enumerator to the next element of the span.
public bool MoveNext()