FilterCollection.

Remove(Filter) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
FilterCollection

Syntax

public void Remove(Filter item)

Parameters

Name Type Description
item Filter The NAnt.Core.Filters.Filter to remove from the collection.

Return Value

Type Description
void