ServerStringsCopyTo Method
Copy all the strings in the collection to the array starting at the given index.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void CopyTo(
string[] array,
int index
)
Public Sub CopyTo (
array As String(),
index As Integer
)
public:
void CopyTo(
array<String^>^ array,
int index
)
member CopyTo :
array : string[] *
index : int -> unit
Parameters
- array String
- Array to which to add strings.
- index Int32
- Index at which to start adding.