NAnt SDK Documentation - v0.92 |
|
PackageCollection.Insert Method
Inserts a Package into the collection at the specified index.
[Visual Basic]
Public Sub Insert( _
ByVal
index As
Integer, _
ByVal
item As
Package _
)
Parameters
-
index
- The zero-based index at which item should be inserted.
-
item
- The Package to insert.
See Also
PackageCollection Class | NAnt.DotNet.Types Namespace