SftpItemCollection.AddRange Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
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. |
AddRange(IEnumerable<FileSystemItem>)
Adds the elements of the specified collection to the end of the FileSystemItemCollection. Inherited from FileSystemItemCollection.
Declaration
public void AddRange(IEnumerable<FileSystemItem> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<FileSystemItem> | collection | The collection whose elements should be added to the end of the FileSystemItemCollection. |