IV8FastAsyncEnumerator.MoveNextAsync Method |
Advances the enumerator asynchronously to the next position in the collection.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxValueTask<bool> MoveNextAsync()
Function MoveNextAsync As ValueTask(Of Boolean)
ValueTask<bool> MoveNextAsync()
abstract MoveNextAsync : unit -> ValueTask<bool>
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