NAnt SDK Documentation - v0.92

IResultFormatterCollection.AddRange Method (IResultFormatterCollection)

Adds the elements of a IResultFormatterCollection to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As IResultFormatterCollection _
)
[C#]
public void AddRange(
   IResultFormatterCollection items
);

Parameters

items
The IResultFormatterCollection to be added to the end of the collection.

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace | IResultFormatterCollection.AddRange Overload List