NUnit2TestCollection.

AddRange(NUnit2TestCollection) Method

Summary

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

Syntax

public void AddRange(NUnit2TestCollection items)

Parameters

Name Type Description
items NUnit2TestCollection The NAnt.NUnit2.Types.NUnit2TestCollection to be added to the end of the collection.

Return Value

Type Description
void