BuildListenerCollection.

AddRange(BuildListenerCollection) Method

Summary

Adds the elements of a NAnt.Core.BuildListenerCollection to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildListenerCollection

Syntax

public void AddRange(BuildListenerCollection items)

Parameters

Name Type Description
items BuildListenerCollection The NAnt.Core.BuildListenerCollection to be added to the end of the collection.

Return Value

Type Description
void