Summary
Inserts a
NAnt.Core.TaskBuilder into the collection at the specified index.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Task
Builder Collection
Syntax
public void Insert(int index, TaskBuilder item)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which item should be inserted. |
| item | TaskBuilder | The NAnt.Core.TaskBuilder to insert. |
Return Value
| Type | Description |
|---|---|
| void |
