Table of Contents

Struct ValueStringBuilder.Enumerator

Namespace
LinkDotNet.StringBuilder
Assembly
LinkDotNet.StringBuilder.dll

Enumerates the elements of a Span<T>.

public ref struct ValueStringBuilder.Enumerator
Inherited Members

Properties

Current

Gets the element at the current position of the enumerator.

public readonly char Current { get; }

Property Value

char

The element at the current position of the enumerator.

Methods

MoveNext()

Advances the enumerator to the next element of the span.

public bool MoveNext()

Returns

bool

true if the enumerator successfully advanced to the next element; false if the enumerator reached the end of the span.