V8FastHostDynamicObject<TObject>.DynamicPropertyIndices Property |
Enumerates the indices of all existing indexed dynamic properties.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic IEnumerable<int> DynamicPropertyIndices { get; }
Public ReadOnly Property DynamicPropertyIndices As IEnumerable(Of Integer)
Get
public:
virtual property IEnumerable<int>^ DynamicPropertyIndices {
IEnumerable<int>^ get () sealed;
}
abstract DynamicPropertyIndices : IEnumerable<int> with get
override DynamicPropertyIndices : IEnumerable<int> with get
Property Value
IEnumerable<Int32>Implements
IV8FastHostDynamicProperties.DynamicPropertyIndices
See Also