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