Click or drag to resize

IV8FastHostObjectOperations.CreateAsyncEnumerator Method

Creates a fast asynchronous enumerator that iterates through the object's contents.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
IV8FastAsyncEnumerator CreateAsyncEnumerator(
	IV8FastHostObject instance
)

Parameters

instance  IV8FastHostObject
The object for which to create a fast asynchronous enumerator.

Return Value

IV8FastAsyncEnumerator
A fast asynchronous enumerator for the specified object's contents.
See Also