PathCollection.

Add(IEnumerable<Path>) Method

Summary

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

Syntax

public void Add(IEnumerable<Path> paths)

Parameters

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

Return Value

Type Description
void