PathCollection<TPath>.

RemoveRange(IEnumerable<TPath>) Method

Summary

Removes the specified paths from the collection.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
PathCollection<TPath>

Syntax

public void RemoveRange(IEnumerable<TPath> paths)

Parameters

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

Return Value

Type Description
void
GitHub