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
- Task
Builder Collection
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 |