FormatterDataCollection.

AddRange(FormatterDataCollection) Method

Summary

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

Syntax

public void AddRange(FormatterDataCollection items)

Parameters

Name Type Description
items FormatterDataCollection The NAnt.NUnit.Types.FormatterDataCollection to be added to the end of the collection.

Return Value

Type Description
void