PathCollection.

Remove(IEnumerable<Path>) Method

Summary

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

Syntax

public void Remove(IEnumerable<Path> paths)

Parameters

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

Return Value

Type Description
void