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