FilePathCollection.

Add(IEnumerable<FilePath>) Method

Summary

Adds the specified paths to the collection.
Namespace
Cake.Core.IO
Containing Type
FilePathCollection

Syntax

public void Add(IEnumerable<FilePath> paths)

Parameters

Name Type Description
paths IEnumerable<FilePath> The paths to add.

Return Value

Type Description
void