Piccolo.NET

PNodeList.AddRange Method 

Adds the nodes of the given list to the end of this list.

public void AddRange(
   PNodeList list
);

Parameters

list
The list whose nodes should be added to the end of this list.

See Also

PNodeList Class | UMD.HCIL.Piccolo.Util Namespace