SpanLineEnumeratorPolyfill Structure

Enumerates the lines of a read-only character span.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public ref struct SpanLineEnumeratorPolyfill
Inheritance
Object    ValueType    SpanLineEnumeratorPolyfill

Remarks

To get an instance of this type, use EnumerateLines(ReadOnlySpanChar).

Properties

Current Gets the line at the current position of the enumerator.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetEnumerator Returns this instance as an enumerator.
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MoveNext Advances the enumerator to the next line of the span.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also