Summary
Adds the specified paths to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathCollection
<TPath>
Syntax
public void AddRange(IEnumerable<TPath> paths)
Parameters
| Name | Type | Description |
|---|---|---|
| paths | IEnumerable |
The paths to add. |
Return Value
| Type | Description |
|---|---|
| void |
