FormatterCollection.

Remove(Formatter) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FormatterCollection

Syntax

public void Remove(Formatter item)

Parameters

Name Type Description
item Formatter The NAnt.Core.Types.Formatter to remove from the collection.

Return Value

Type Description
void