Summary
Inserts a
NAnt.Compression.Types.ZipFileSet
into the collection at the specified index.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Types - Containing Type
- ZipFileSetCollection
Syntax
public void Insert(int index, ZipFileSet item)
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index at which item should be inserted. |
item | ZipFileSet | The NAnt.Compression.Types.ZipFileSet to insert. |
Return Value
Type | Description |
---|---|
void |