Click or drag to resize

IJsSetCount Property

Gets the number of elements contained in the IJsSet.

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 IJsSet.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsSet has already been disposed.
See Also