Click or drag to resize

IV8FastEnumerator.MoveNext Method

Advances the enumerator to the next position in the collection.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
bool MoveNext()

Return Value

Boolean
True if the enumerator was advanced to the next position, false if it is already at the end of the collection.
See Also