FormatterElementCollection.

AddRange(FormatterElementCollection) Method

Summary

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

Syntax

public void AddRange(FormatterElementCollection items)

Parameters

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

Return Value

Type Description
void