NAnt SDK Documentation - v0.92

BuildListenerCollection Constructor

Initializes a new instance of the BuildListenerCollection class.

Overload List

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[]);

See Also

BuildListenerCollection Class | NAnt.Core Namespace