Summary
Adds the elements of a
NAnt.NUnit1.Types.IResultFormatterCollection
to the end of the collection.
- Assembly
- NAnt
.NUnit1 .dll - Namespace
- NAnt
.NUnit1 .Types - Containing Type
- I
Result Formatter Collection
Syntax
public void AddRange(IResultFormatterCollection items)
Parameters
Name | Type | Description |
---|---|---|
items | I |
The NAnt.NUnit1.Types.IResultFormatterCollection to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |