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