PathCollection.

PathCollection(IEnumerable<Path>, PathComparer) Constructor

Summary

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

Syntax

public PathCollection(IEnumerable<Path> paths, PathComparer comparer)

Parameters

Name Type Description
paths IEnumerable<Path> The paths.
comparer PathComparer The comparer.

Return Value

Type Description
void