Table of Contents

Method Remove

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Remove(T)

Removes the first occurrence of a node.

public bool Remove(T item)

Parameters

item T

The node to remove.

Returns

bool

true if the node was present and removed.