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