Click or drag to resize

IJsArrayBufferCount Property

Gets the number of elements contained in the IJsArrayBuffer.

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

Property Value

Type: Int64
The number of elements contained in the IJsArrayBuffer.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsArrayBuffer has already been disposed.
See Also