DirectoryPathCollection.

Add(IEnumerable<DirectoryPath>) Method

Summary

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

Syntax

public void Add(IEnumerable<DirectoryPath> paths)

Parameters

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

Return Value

Type Description
void