FtpItemCollection.AddRange Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
AddRange(IEnumerable<FtpItem>)
Adds the elements of the specified collection to the end of the FtpItemCollection.
Declaration
public void AddRange(IEnumerable<FtpItem> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Ftp |
collection | The collection whose elements should be added to the end of the FtpItemCollection. |
AddRange(IEnumerable<FileSystemItem>)
Adds the elements of the specified collection to the end of the FileSystemItemCollection.
Inherited from File
Declaration
public void AddRange(IEnumerable<FileSystemItem> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<File |
collection | The collection whose elements should be added to the end of the FileSystemItemCollection. |