IV8FastEnumerator.MoveNext Method |
Advances the enumerator to the next position in the collection.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxFunction MoveNext As Boolean
abstract MoveNext : unit -> bool
Return Value
BooleanTrue if the enumerator was advanced to the next position,
false if it is already at the end of the collection.
See Also