Piccolo.NET

PNodeList.Remove Method 

Removes the first occurrence of a specific node from the list.

public void Remove(
   PNode node
);

Parameters

node
The node to remove from the list.

See Also

PNodeList Class | UMD.HCIL.Piccolo.Util Namespace