An NDoc Documented Class Library

PathList.CopyTo Method

Copies the entire PathList to a one-dimensional string array.

Overload List

Copies the entire PathList to a one-dimensional String array, starting at the specified index of the target array.

public virtual void CopyTo(string[],int);

Copies the entire PathList to a one-dimensional string array.

public virtual void CopyTo(string[]);

See Also

PathList Class | PathList Members | Genghis Namespace