Method Remove
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Remove(INode)
Removes a node from the collection.
bool Remove(INode node)
Parameters
node
INodeThe node to remove.
Returns
- bool
true
if the node was successfully removed from the collection.
Exceptions
- ArgumentNullException
The
node
is null.- ObjectDisposedException
The INode has already been disposed.