Click or drag to resize

IV8FastHostObjectOperations.CreateEnumerator Method

Creates a fast 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
IV8FastEnumerator CreateEnumerator(
	IV8FastHostObject instance
)

Parameters

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

Return Value

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