An NDoc Documented Class Library

PathList.AddRange Method (PathList)

Adds the elements of another PathList to the current PathList.

public virtual int AddRange(
   PathList x
);

Parameters

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

Return Value

The new Count of the PathList.

See Also

PathList Class | PathList Members | Genghis Namespace | PathList.AddRange Overload List