Adds the elements of a BuildListenerCollection to the end of the collection.
Adds the elements of a BuildListenerCollection to the end of the collection.
public void AddRange(BuildListenerCollection);
Adds the elements of a IBuildListener array to the end of the collection.
public void AddRange(IBuildListener[]);
BuildListenerCollection Class | NAnt.Core Namespace