edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Add all the strings to the collection.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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