Initializes a new instance of the BuildListenerCollection class.
Initializes a new instance of the BuildListenerCollection class.
public BuildListenerCollection();
Initializes a new instance of the BuildListenerCollection class with the specified BuildListenerCollection instance.
public BuildListenerCollection(BuildListenerCollection);
Initializes a new instance of the BuildListenerCollection class with the specified array of IBuildListener instances.
public BuildListenerCollection(IBuildListener[]);
BuildListenerCollection Class | NAnt.Core Namespace