Struct ExSpanLineEnumerator
Enumerates the lines of a ReadOnlyExSpan<T>.
public ref struct ExSpanLineEnumerator
- Inherited Members
Remarks
To get an instance of this type, use EnumerateLines(ReadOnlyExSpan<char>).
Properties
- Current
Gets the line at the current position of the enumerator.
Methods
- GetEnumerator()
Returns this instance as an enumerator.
- MoveNext()
Advances the enumerator to the next line of the ExSpan.