PathCollection<TPath>.

AddRange(IEnumerable<TPath>) Method

Summary

Adds the specified paths to the collection.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
PathCollection<TPath>

Syntax

public void AddRange(IEnumerable<TPath> paths)

Parameters

Name Type Description
paths IEnumerable<TPath> The paths to add.

Return Value

Type Description
void
GitHub