NAnt SDK Documentation - v0.92

IResultFormatterCollection.AddRange Method (IResultFormatter[])

Adds the elements of a IResultFormatter array to the end of the collection.

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

Parameters

items
The array of IResultFormatter elements to be added to the end of the collection.

See Also

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