Gets the number of elements contained in the
IJsArray.
Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax Property Value
Type:
UInt64The number of elements contained in the
IJsArray.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IJsArray has already been disposed. |
Remarks
The maximum size of an array in JavaScript equals to 2^32-1
See Also