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