NAnt SDK Documentation - v0.92

PatternCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The Pattern to remove from the collection.

See Also

PatternCollection Class | NAnt.Core.Types Namespace