BuildListenerCollection.

BuildListenerCollection(IBuildListener[]) Constructor

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
BuildListenerCollection

Syntax

public BuildListenerCollection(IBuildListener[] value)

Parameters

Name Type Description
value IBuildListener[]

Return Value

Type Description
void