Summary
Adds the specified paths to the collection.
- Namespace
- Cake
.Core .IO - Containing Type
- FilePathCollection
Syntax
public void Add(IEnumerable<FilePath> paths)
Parameters
Name | Type | Description |
---|---|---|
paths | IEnumerable |
The paths to add. |
Return Value
Type | Description |
---|---|
void |