Summary
Adds the elements of a
NAnt.NUnit2.Types.NUnit2Test
array to the end of the collection.
- Assembly
- NAnt
.NUnit2 .dll - Namespace
- NAnt
.NUnit2 .Types - Containing Type
- NUnit2TestCollection
Syntax
public void AddRange(NUnit2Test[] items)
Parameters
Name | Type | Description |
---|---|---|
items | NUnit2Test[] | The array of NAnt.NUnit2.Types.NUnit2Test elements to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |