FormatterElementCollection.

Add(FormatterElement) Method

Summary

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

Syntax

public int Add(FormatterElement item)

Parameters

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

Return Value

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