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