Summary
Initializes a new path collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathCollection
<TPath>
Syntax
public PathCollection(IEnumerable<TPath> paths)
Parameters
| Name | Type | Description |
|---|---|---|
| paths | IEnumerable |
The paths. |
Return Value
| Type | Description |
|---|---|
| void |
