FormatterElementCollection.

AddRange(FormatterElement[]) Method

Summary

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

Syntax

public void AddRange(FormatterElement[] items)

Parameters

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

Return Value

Type Description
void