Summary
Adds the elements of a
NAnt.Core.Filters.FilterCollection
to the end of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- FilterCollection
Syntax
public void AddRange(FilterCollection items)
Parameters
Name | Type | Description |
---|---|---|
items | FilterCollection | The NAnt.Core.Filters.FilterCollection to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |