Table of Contents

MoveNextAsync Method

MoveNextAsync()

public ValueTask<bool> MoveNextAsync()

Advances the enumerator asynchronously to the next element of the collection.

Returns

ValueTask<bool>

A ValueTask<TResult> that will complete with a result of true if the enumerator was successfully advanced to the next element, or false if the enumerator has passed the end of the collection.