LocalItemCollection.AddRange Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 8.0.9673)
AddRange(IEnumerable<LocalItem>)
Adds the elements of the specified collection to the end of the LocalItemCollection.
Declaration
public void AddRange(IEnumerable<LocalItem> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<LocalItem> | collection | The collection whose elements should be added to the end of the LocalItemCollection. |