Summary
Initializes a new instance of the
NAnt.Core.BuildListenerCollection
class with the specified array of NAnt.Core.IBuildListener instances.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Build
Listener Collection
Syntax
public BuildListenerCollection(IBuildListener[] value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | IBuildListener[] |
Return Value
| Type | Description |
|---|---|
| void |
