Add a node to be a new child of this node at the specified index.
Add a node to be a new child of this node at the specified index.
public virtual void AddChild(int,PNode);
Add a node to be a new child of this node.
public virtual void AddChild(PNode);
PNode Class | UMD.HCIL.Piccolo Namespace