FilePathCollection.

FilePathCollection(IEnumerable<FilePath>) Constructor

Summary

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

Syntax

public FilePathCollection(IEnumerable<FilePath> paths)

Parameters

Name Type Description
paths IEnumerable<FilePath> The paths.

Return Value

Type Description
void