FormatterDataCollection.

Remove(FormatterData) Method

Summary

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

Syntax

public void Remove(FormatterData item)

Parameters

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

Return Value

Type Description
void