FormatterElementCollection.

Remove(FormatterElement) Method

Summary

Removes a member from the collection.
Assembly
NAnt.NUnit.dll
Namespace
NAnt.NUnit.Types
Containing Type
FormatterElementCollection

Syntax

public void Remove(FormatterElement item)

Parameters

Name Type Description
item FormatterElement The NAnt.NUnit.Types.FormatterElement to remove from the collection.

Return Value

Type Description
void