Click or drag to resize

ScriptObject.PropertyIndices Property

Enumerates the script object's property indices.

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

Property Value

IEnumerable<Int32>

Implements

IScriptObject.PropertyIndices
See Also