NAnt SDK Documentation - v0.92

FormatterCollection.Add Method 

Adds a Formatter to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As Formatter _
) As Integer
[C#]
public int Add(
   Formatter item
);

Parameters

item
The Formatter to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

FormatterCollection Class | NAnt.Core.Types Namespace