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