Method Remove
- Namespace
- DotNetBrowser.Js.Collections
- Assembly
- DotNetBrowser.dll
Remove(object)
Removes the specified item from this set.
bool Remove(object item)
Parameters
itemobjectThe item to be removed from this set.
Returns
- bool
trueif item was successfully removed from the IJsSet; otherwise,false. This method also returnsfalseif item is not found in the IJsSet.
Exceptions
- ObjectDisposedException
The IJsSet has already been disposed.