SftpItemCollection.AddRange Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 8.0.9673)
AddRange(IEnumerable<SftpItem>)
Adds the elements of the specified collection to the end of the SftpItemCollection.
Declaration
public void AddRange(IEnumerable<SftpItem> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<SftpItem> | collection | The collection whose elements should be added to the end of the SftpItemCollection. |