FilePathCollection.

Remove(IEnumerable<FilePath>) Method

Summary

Removes the specified paths from the collection.
Namespace
Cake.Core.IO
Containing Type
FilePathCollection

Syntax

public void Remove(IEnumerable<FilePath> paths)

Parameters

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

Return Value

Type Description
void