Click or drag to resize

IJsMapClear Method

Removes all items from this IJsMap. Does nothing if the map is empty.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Clear()
Exceptions
ExceptionCondition
ObjectDisposedException The IJsMap has already been disposed.
See Also