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