Click or drag to resize

INodeCollectionRemove Method

Removes a node from the collection.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool Remove(
	INode node
)

Parameters

node
Type: DotNetBrowser.DomINode
The node to remove.

Return Value

Type: Boolean
true if the node was successfully removed from the collection.
Exceptions
ExceptionCondition
ArgumentNullException The node is null.
ObjectDisposedExceptionThe INode has already been disposed.
See Also