Summary
    Adds a 
		NAnt.NUnit1.Types.NUnitTest to the end of the collection.
    - Assembly
- NAnt.NUnit1 .dll 
- Namespace
- NAnt.NUnit1 .Types 
- Containing Type
- NUnitTestCollection
Syntax
public int Add(NUnitTest item)Parameters
| Name | Type | Description | 
|---|---|---|
| item | NUnitTest | The NAnt.NUnit1.Types.NUnitTestto be added to the end of the collection. | 
Return Value
| Type | Description | 
|---|---|
| int | The position into which the new element was inserted. | 
