FormatterDataCollection.

AddRange(FormatterData[]) Method

Summary

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

Syntax

public void AddRange(FormatterData[] items)

Parameters

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

Return Value

Type Description
void