INodeCollectionRemove Method |
Removes a node from the collection.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax bool Remove(
INode node
)
Parameters
- node
- Type: DotNetBrowser.DomINode
The node to remove.
Return Value
Type:
Booleantrue if the node was successfully removed from the collection.
Exceptions Exception | Condition |
---|
ArgumentNullException |
The node is null.
|
ObjectDisposedException | The INode has already been disposed. |
See Also