Summary
Adds the elements of a
NAnt.Core.TaskBuilderCollection
to the end of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Task
Builder Collection
Syntax
public void AddRange(TaskBuilderCollection items)
Parameters
Name | Type | Description |
---|---|---|
items | Task |
The NAnt.Core.TaskBuilderCollection to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |