Property Count
- Namespace
- DotNetBrowser.Js.Collections
- Assembly
- DotNetBrowser.dll
Count
Gets the number of elements contained in the IJsArrayBuffer.
long Count { get; }
Property Value
- long
The number of elements contained in the IJsArrayBuffer.
Exceptions
- ObjectDisposedException
The IJsArrayBuffer has already been disposed.