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