Piccolo.NET

PNodeList.IndexOf Method 

Determines the index of a specific node in the list.

public int IndexOf(
   PNode node
);

Parameters

node
The node to locate in the list.

Return Value

The index of the node if found in the list; otherwise, -1.

See Also

PNodeList Class | UMD.HCIL.Piccolo.Util Namespace