DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Js.Collections
IJsSet Interface
IJsSet Methods
Add Method
Clear Method
Contains Method
Remove Method
ToReadOnlyCollection Method
IJsSet
Clear 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.25.1
Syntax
C#
Copy
void
Clear
()
Exceptions
Exception
Condition
ObjectDisposedException
The
IJsSet
has already been disposed.
See Also
Reference
IJsSet Interface
DotNetBrowser.Js.Collections Namespace
Copyright © 2024 TeamDev Ltd. All Rights Reserved.