PathCollection<TPath>.

PathCollection(IEnumerable<TPath>) Constructor

Summary

Initializes a new path collection.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
PathCollection<TPath>

Syntax

public PathCollection(IEnumerable<TPath> paths)

Parameters

Name Type Description
paths IEnumerable<TPath> The paths.

Return Value

Type Description
void
GitHub