ProjectBaseCollection.

Insert(int, ProjectBase) Method

Summary

Inserts a NAnt.VSNet.ProjectBase into the collection at the specified index.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectBaseCollection

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