SpanLineEnumeratorPolyfillMoveNext Method

Advances the enumerator to the next line of the span.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public bool MoveNext()

Return Value

Boolean
true if the enumerator successfully advanced to the next line; false if the enumerator has advanced past the end of the span.

See Also