An NDoc Documented Class Library

PathList.Add Method 

Adds a String to the end of the PathList.

public virtual int Add(
   string item
);

Parameters

item
The String to be added to the end of the PathList.

Return Value

The index at which the value has been added.

Remarks

Will not add item as a new path if that path is already found elsewhere in the collection.

See Also

PathList Class | PathList Members | Genghis Namespace