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