FormatterCollection.

Add(Formatter) Method

Summary

Adds a NAnt.Core.Types.Formatter to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FormatterCollection

Syntax

public int Add(Formatter item)

Parameters

Name Type Description
item Formatter The NAnt.Core.Types.Formatter to be added to the end of the collection.

Return Value

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