Summary
    Inserts a 
		NAnt.NUnit1.Types.NUnitTest into the collection at the specified index.
    - Assembly
- NAnt.NUnit1 .dll 
- Namespace
- NAnt.NUnit1 .Types 
- Containing Type
- NUnitTestCollection
Syntax
public void Insert(int index, NUnitTest item)Parameters
| Name | Type | Description | 
|---|---|---|
| index | int | The zero-based index at which item should be inserted. | 
| item | NUnitTest | The NAnt.NUnit1.Types.NUnitTestto insert. | 
Return Value
| Type | Description | 
|---|---|
| void | 
