Struct ReadOnlySpan<T>.Enumerator
- Namespace
- System
- Assembly
- C2JBridge.dll
Enumerator for ReadOnlySpan<T>, returned by GetEnumerator().
public ref struct ReadOnlySpan<T>.Enumerator
- Inherited Members
Properties
Current
Gets the element at the current position of the enumerator.
public T Current { get; }
Property Value
- T
Methods
MoveNext()
Advances the enumerator to the next element.
public bool MoveNext()