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