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