Click or drag to resize

ScriptObjectPropertyIndices Property

Enumerates the script object's property indices.

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

Property Value

IEnumerableInt32

Implements

IScriptObjectPropertyIndices
See Also