edtFTPnet/Free - Open-source FTP component for .NET | Download
Copy all the strings in the collection to the array starting at the given index.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void CopyTo(
	string[] array,
	int index
)
Visual Basic
Public Sub CopyTo ( _
	array As String(), _
	index As Integer _
)
Visual C++
public:
void CopyTo(
	array<String^>^ array, 
	int index
)

Parameters

array
Type: array<System..::..String>[]()[][]
Array to which to add strings.
index
Type: System..::..Int32
Index at which to start adding.

See Also