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