PathCollection.

PathCollection(IEnumerable<Path>) Constructor

Summary

Initializes a new instance of the PathCollection class.
Namespace
Cake.Core.IO
Containing Type
PathCollection

Syntax

public PathCollection(IEnumerable<Path> paths)

Parameters

Name Type Description
paths IEnumerable<Path> The paths.

Return Value

Type Description
void