NAnt SDK Documentation - v0.92

ProjectEntryCollection.Insert Method 

Inserts a ProjectEntry into the collection at the specified index.

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

Parameters

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

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace