NAnt SDK Documentation - v0.92

IResultFormatterCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The IResultFormatter to remove from the collection.

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace