IV8FastHostObjectOperationsGetPropertyIndices Method |
Enumerates the indices of all existing indexed properties.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxIEnumerable<int> GetPropertyIndices(
IV8FastHostObject instance
)
Function GetPropertyIndices (
instance As IV8FastHostObject
) As IEnumerable(Of Integer)
IEnumerable<int>^ GetPropertyIndices(
IV8FastHostObject^ instance
)
abstract GetPropertyIndices :
instance : IV8FastHostObject -> IEnumerable<int>
Parameters
- instance IV8FastHostObject
- The object to search for indexed properties.
Return Value
IEnumerableInt32A collection containing the indices of all existing indexed properties.
See Also