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