Removes the specified item from this set.
Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax bool Remove(
Object item
)
Parameters
- item
- Type: SystemObject
The item to be removed from this set.
Return Value
Type:
Booleantrue if item was successfully removed from the
IJsSet; otherwise,
false.
This method also returns
false if item is not found in the
IJsSet.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The IJsSet has already been disposed.
|
See Also