An NDoc Documented Class Library

PathList.AddRange Method

Adds the elements of another PathList to the current PathList.

Overload List

Adds the elements of a String array to the current PathList.

public virtual int AddRange(string[]);

Adds the elements of another PathList to the current PathList.

public virtual int AddRange(PathList);

See Also

PathList Class | PathList Members | Genghis Namespace