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

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

Syntax

Visual Basic
Protected Sub AddRange ( _
	collection As IEnumerable(Of FileSystemItem) _
)
C#
protected void AddRange(
	IEnumerable<FileSystemItem> collection
)

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also