An NDoc Documented Class Library

PathList.Remove Method 

Removes the first occurrence of a specific String from the PathList.

public virtual void Remove(
   string item
);

Parameters

item
The String to remove from the PathList.

Exceptions

Exception TypeCondition
ArgumentException The specified String was not found in the PathList.

See Also

PathList Class | PathList Members | Genghis Namespace