IV8FastEnumerator.GetCurrent Method |
Gets the item at the current position in the collection.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxvoid GetCurrent(
in V8FastResult item
)
Sub GetCurrent (
ByRef item As V8FastResult
)
void GetCurrent(
[InAttribute] V8FastResult% item
)
abstract GetCurrent :
item : V8FastResult byref -> unit
Parameters
- item V8FastResult
- On return, contains the item at the current position in the collection.
See Also