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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also