NAnt SDK Documentation - v0.85-nightly-2005-11-09

BuildListenerCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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