Click or drag to resize

IJsMapCount Property

Gets the number of key-value mappings in this IJsMap.

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

Property Value

Type: UInt32
The number of key-value mappings in this IJsMap.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsMap has already been disposed.
See Also