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