NAnt SDK Documentation - v0.92

IResultFormatterCollection.Add Method 

Adds a IResultFormatter to the end of the collection.

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

Parameters

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

Return Value

The position into which the new element was inserted.

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace