IResultFormatterCollection.

AddRange(IResultFormatterCollection) Method

Summary

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

Syntax

public void AddRange(IResultFormatterCollection items)

Parameters

Name Type Description
items IResultFormatterCollection The NAnt.NUnit1.Types.IResultFormatterCollection to be added to the end of the collection.

Return Value

Type Description
void