An NDoc Documented Class Library

PathList.IndexOf Method 

Returns the zero-based index of the first occurrence of a String in the PathList.

public virtual int IndexOf(
   string item
);

Parameters

item
The String to locate in the PathList.

Return Value

The zero-based index of the first occurrence of item in the entire PathList, if found; otherwise, -1.

See Also

PathList Class | PathList Members | Genghis Namespace