Click or drag to resize

IV8FastHostObjectOperationsGetPropertyIndices Method

Enumerates the indices of all existing indexed properties.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
IEnumerable<int> GetPropertyIndices(
	IV8FastHostObject instance
)

Parameters

instance  IV8FastHostObject
The object to search for indexed properties.

Return Value

IEnumerableInt32
A collection containing the indices of all existing indexed properties.
See Also