DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Js.Collections
IJsArrayBuffer Interface
IJsArrayBuffer Properties
Count Property
IJsArrayBuffer
Count Property
Gets the number of elements contained in the
IJsArrayBuffer
.
Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
Copy
long
Count
{
get
; }
Property Value
Type:
Int64
The number of elements contained in the
IJsArrayBuffer
.
Exceptions
Exception
Condition
ObjectDisposedException
The
IJsArrayBuffer
has already been disposed.
See Also
Reference
IJsArrayBuffer Interface
DotNetBrowser.Js.Collections Namespace
Copyright © 2024 TeamDev Ltd. All Rights Reserved.