Adds the elements of the specified collection to the end of the LocalItemCollection.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub AddRange ( _
	collection As IEnumerable(Of LocalItem) _
)
C#
public void AddRange(
	IEnumerable<LocalItem> collection
)

Parameters

collection
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'LocalItem>)>)>
The collection whose elements should be added to the end of the FtpItemCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also