ReadOnlySpan<T>.Enumerator.MoveNext Method

Definition

Advances the enumerator to the next item of the ReadOnlySpan<T>.

C#
public bool MoveNext();

Returns

true if the enumerator successfully advanced to the next item; false if the end of the span has been passed.

Remarks

After an enumerator is created, it is positioned before the first element in the span, and the first call to MoveNext advances the enumerator to the first item in the span.

If MoveNext passes the end of the span, MoveNext returns false. When the enumerator is at this state, subsequent calls to MoveNext also return false.

Applies to

Produkt Verzie
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided), 2.1