Summary
Adds a
NAnt.NUnit1.Types.IResultFormatter
to the end of the collection.
- Assembly
- NAnt
.NUnit1 .dll - Namespace
- NAnt
.NUnit1 .Types - Containing Type
- I
Result Formatter Collection
Syntax
public int Add(IResultFormatter item)
Parameters
Name | Type | Description |
---|---|---|
item | IResultFormatter | The NAnt.NUnit1.Types.IResultFormatter to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |