ProjectEntryCollection.

Insert(int, ProjectEntry) Method

Summary

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

Syntax

public void Insert(int index, ProjectEntry item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item ProjectEntry The NAnt.VSNet.ProjectEntry to insert.

Return Value

Type Description
void