NAnt SDK Documentation - v0.92

ProjectBaseCollection.Insert Method 

Inserts a ProjectBase into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ProjectBase _
)
[C#]
public void Insert(
   int index,
   ProjectBase item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The ProjectBase to insert.

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace