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