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