NAnt SDK Documentation - v0.92

FormatterCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The Formatter to remove from the collection.

See Also

FormatterCollection Class | NAnt.Core.Types Namespace