Click or drag to resize

IV8FastEnumerator.GetCurrent Method

Gets the item at the current position in the collection.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
void GetCurrent(
	 in V8FastResult item
)

Parameters

item  V8FastResult
On return, contains the item at the current position in the collection.
See Also