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