Add all the strings to the collection.
Namespace: EnterpriseDT.Net.FtpAssembly: 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.