Method Clear
- Namespace
 - DotNetBrowser.Js.Collections
 
- Assembly
 - DotNetBrowser.dll
 
Clear()
Removes all items from this IJsSet. Does nothing if the set is empty.
void Clear()
Exceptions
- ObjectDisposedException
 The IJsSet has already been disposed.
Removes all items from this IJsSet. Does nothing if the set is empty.
void Clear()
The IJsSet has already been disposed.