IScriptObjectPropertyIndices Property |
Enumerates the script object's property indices.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax IEnumerable<int> PropertyIndices { get; }
ReadOnly Property PropertyIndices As IEnumerable(Of Integer)
Get
property IEnumerable<int>^ PropertyIndices {
IEnumerable<int>^ get ();
}
abstract PropertyIndices : IEnumerable<int> with get
Property Value
IEnumerableInt32See Also