Piccolo.NET

PNodeList Constructor (PNodeList)

Initializes a new instance of the PNodeList class that contains nodes copied from the specified list and that has the same initial capacity as the number of nodes copied.

public PNodeList(
   PNodeList list
);

Parameters

list
The list whose nodes are copied to the new list.

See Also

PNodeList Class | UMD.HCIL.Piccolo.Util Namespace | PNodeList Constructor Overload List