Adds the elements of the specified collection to the end of the FtpItemCollection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Sub AddRange ( _ collection As IEnumerable(Of FtpItem) _ ) |
| C# |
|---|
public void AddRange( IEnumerable<FtpItem> collection ) |
Parameters
- collection
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'FtpItem>)>)>
The collection whose elements should be added to the end of the FtpItemCollection.