Summary
Adds the elements of a
NAnt.NUnit2.Types.Category
array to the end of the
collection.
- Assembly
- NAnt
.NUnit2 .dll - Namespace
- NAnt
.NUnit2 .Types - Containing Type
- CategoryCollection
Syntax
public void AddRange(IEnumerable<Category> items)
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable |
The array of NAnt.NUnit2.Types.Category elements to be added to the end of
the collection.
|
Return Value
Type | Description |
---|---|
void |