FormatterDataCollection.

Add(FormatterData) Method

Summary

Adds a NAnt.NUnit.Types.FormatterData to the end of the collection.
Assembly
NAnt.NUnit.dll
Namespace
NAnt.NUnit.Types
Containing Type
FormatterDataCollection

Syntax

public int Add(FormatterData item)

Parameters

Name Type Description
item FormatterData The NAnt.NUnit.Types.FormatterData to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.