DirectoryPathCollection.

DirectoryPathCollection(IEnumerable<DirectoryPath>, PathComparer) Constructor

Summary

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

Syntax

public DirectoryPathCollection(IEnumerable<DirectoryPath> paths, PathComparer comparer)

Parameters

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

Return Value

Type Description
void