ZipFileSetCollection.

Insert(int, ZipFileSet) Method

Summary

Inserts a NAnt.Compression.Types.ZipFileSet into the collection at the specified index.

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