Piccolo.NET

PNodeList.Insert Method 

Inserts a node to the list at the specified position.

public void Insert(
   int index,
   PNode node
);

Parameters

index
The zero-based index at which the node should be inserted.
node
The node to insert into the list.

See Also

PNodeList Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility