NAnt SDK Documentation - v0.92

FilterCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As Filter _
)
[C#]
public void Remove(
   Filter item
);

Parameters

item
The Filter to remove from the collection.

See Also

FilterCollection Class | NAnt.Core.Filters Namespace