IResultFormatterCollection.

AddRange(IResultFormatter[]) Method

Summary

Adds the elements of a NAnt.NUnit1.Types.IResultFormatter array to the end of the collection.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Types
Containing Type
IResultFormatterCollection

Syntax

public void AddRange(IResultFormatter[] items)

Parameters

Name Type Description
items IResultFormatter[] The array of NAnt.NUnit1.Types.IResultFormatter elements to be added to the end of the collection.

Return Value

Type Description
void