Piccolo.NET

PNodeList.Add Method 

Adds a node to the list.

public int Add(
   PNode node
);

Parameters

node
The node to add.

Return Value

The position into which the new node was inserted.

See Also

PNodeList Class | UMD.HCIL.Piccolo.Util Namespace