Summary
Initializes a new instance of the
FilePathCollection class.
- Namespace
- Cake
.Core .IO - Containing Type
- FilePathCollection
Syntax
public FilePathCollection(IEnumerable<FilePath> paths, PathComparer comparer)
Parameters
| Name | Type | Description |
|---|---|---|
| paths | IEnumerable |
The paths. |
| comparer | PathComparer | The comparer. |
Return Value
| Type | Description |
|---|---|
| void |
