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
keyobjectThe key of the element to remove.
Returns
- bool
trueif the element is successfully removed; otherwise,false. This method also returnsfalseif key was not found in the IJsMap.
Exceptions
- ObjectDisposedException
The IJsMap has already been disposed.