NAnt SDK Documentation - v0.92

BuildListenerCollection.AddRange Method

Adds the elements of a BuildListenerCollection to the end of the collection.

Overload List

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

See Also

BuildListenerCollection Class | NAnt.Core Namespace