Piccolo.NET
PNodeList.RemoveRange Method
Removes a range of nodes from the list.
public
void
RemoveRange(
int
index
,
int
count
);
Parameters
index
The zero-based starting index of the range of nodes to remove.
count
The number of nodes to remove.
See Also
PNodeList Class
|
UMD.HCIL.Piccolo.Util Namespace