Click or drag to resize

IJsSetRemove Method

Removes the specified item from this set.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Remove(
	Object item
)

Parameters

item
Type: SystemObject
The item to be removed from this set.

Return Value

Type: Boolean
true if item was successfully removed from the IJsSet; otherwise, false. This method also returns false if item is not found in the IJsSet.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsSet has already been disposed.
See Also