Click or drag to resize

IScriptObject.PropertyIndices Property

Enumerates the script object's property indices.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
IEnumerable<int> PropertyIndices { get; }

Property Value

IEnumerable<Int32>
See Also