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.