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