TaskBuilderCollection.

AddRange(TaskBuilder[]) Method

Summary

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

Syntax

public void AddRange(TaskBuilder[] items)

Parameters

Name Type Description
items TaskBuilder[] The array of NAnt.Core.TaskBuilder elements to be added to the end of the collection.

Return Value

Type Description
void