ZipFileSetCollection.

Add(ZipFileSet) Method

Summary

Adds a NAnt.Compression.Types.ZipFileSet to the end of the collection.

Syntax

public int Add(ZipFileSet item)

Parameters

Name Type Description
item ZipFileSet The NAnt.Compression.Types.ZipFileSet to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.