Property Count
- Namespace
- DotNetBrowser.Js.Collections
- Assembly
- DotNetBrowser.dll
Count
Gets the number of elements contained in the IJsArray.
ulong Count { get; }
Property Value
Remarks
The maximum size of an array in JavaScript equals to 2^32-1
Exceptions
- ObjectDisposedException
The IJsArray has already been disposed.