Click or drag to resize

IV8FastAsyncEnumerator.MoveNextAsync Method

Advances the enumerator asynchronously to the next position in the collection.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
ValueTask<bool> MoveNextAsync()

Return Value

ValueTask<Boolean>
A task structure whose result is true if the enumerator was advanced to the next position, false if it was already at the end of the collection.
See Also