Adds the specified paths to the collection.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public void AddRange(IEnumerable<NormalizedPath> paths)
Parameters
Name | Type | Description |
---|---|---|
paths | IEnumerable |
The paths to add. |