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.2.5
Syntax
public abstract IEnumerable<int> PropertyIndices { get; }

Property Value

Type: IEnumerableInt32
See Also