Adds the elements of another PathList
to the current PathList
.
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);