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