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 _
)
Parameters
-
index
- The zero-based index at which item should be inserted.
-
item
- The ProjectBase to insert.
See Also
ProjectBaseCollection Class | NAnt.VSNet Namespace