TaskBuilderCollection.

AddRange(TaskBuilderCollection) Method

Summary

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

Syntax

public void AddRange(TaskBuilderCollection items)

Parameters

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

Return Value

Type Description
void