edtFTPnet/Free - Open-source FTP component for .NET | Download
Add all the strings to the collection.

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

Syntax

C#
public void AddRange(
	string[] strs
)
Visual Basic
Public Sub AddRange ( _
	strs As String() _
)
Visual C++
public:
void AddRange(
	array<String^>^ strs
)

Parameters

strs
Type: array<System..::..String>[]()[][]
Strings to add.

See Also