IResultFormatterCollection.

Remove(IResultFormatter) Method

Summary

Removes a member from the collection.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Types
Containing Type
IResultFormatterCollection

Syntax

public void Remove(IResultFormatter item)

Parameters

Name Type Description
item IResultFormatter The NAnt.NUnit1.Types.IResultFormatter to remove from the collection.

Return Value

Type Description
void