An NDoc Documented Class Library

ServerStrings.CopyTo Method 

Copy all the strings in the collection to the array starting at the given index.

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

Parameters

array
Array to which to add strings.
index
Index at which to start adding.

See Also

ServerStrings Class | EnterpriseDT.Net.Ftp Namespace