Table of Contents

Method Remove

Namespace
DotNetBrowser.Js.Collections
Assembly
DotNetBrowser.dll

Remove(object)

Removes the specified item from this set.

bool Remove(object item)

Parameters

item object

The item to be removed from this set.

Returns

bool

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

ObjectDisposedException

The IJsSet has already been disposed.