NAnt SDK Documentation - v0.92

FormatterElementCollection.Add Method 

Adds a FormatterElement to the end of the collection.

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

Parameters

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

Return Value

The position into which the new element was inserted.

See Also

FormatterElementCollection Class | NAnt.NUnit.Types Namespace