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