Click or drag to resize

IJsSetClear Method

Removes all items from this IJsSet. Does nothing if the set is empty.

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