Piccolo.NET

PNode.RemoveChildren Method (PNodeList)

Remove all the children in the given list from this node’s list of children.

public virtual void RemoveChildren(
   PNodeList childrenNodes
);

Parameters

childrenNodes
The list of children to remove.

Remarks

All removed nodes will have their parent set to null.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.RemoveChildren Overload List


Web Accessibility