An NDoc Documented Class Library

PathList.AddRange Method (String[])

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

public virtual int AddRange(
   string[] x
);

Parameters

x
The String array whose elements should be added to the end of the PathList.

Return Value

The new Count of the PathList.

Remarks

Checks each path string one at a time against the existing collection. 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 | PathList.AddRange Overload List