NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionBase.ProjectEntryCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a SolutionBase.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 SolutionBase.ProjectEntry to insert.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.SolutionBase.ProjectEntryCollection.Insert(System.Int32,NAnt.VSNet.SolutionBase.ProjectEntry)

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace