Click or drag to resize

IJsArrayCount Property

Gets the number of elements contained in the IJsArray.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
ulong Count { get; }

Property Value

Type: UInt64
The number of elements contained in the IJsArray.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IJsArray has already been disposed.
Remarks
The maximum size of an array in JavaScript equals to 2^32-1
See Also