edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ServerStringsCopyTo Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void CopyTo(
	string[] array,
	int index
)

Parameters

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

See Also