| INodeCollectionRemove Method  | 
 
                Removes a node from the collection.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
 Syntax
Syntaxbool 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
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The node is null. | 
| ObjectDisposedException | The INode has already been disposed. | 
 See Also
See Also