An NDoc Documented Class Library

PathList.CopyTo Method (String[], Int32)

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

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

Parameters

array
The one-dimensional String array to copy to.
start
The zero-based index in array at which copying begins.

See Also

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