Summary
Adds a
NAnt.Compression.Types.ZipFileSet
to the end of the collection.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Types - Containing Type
- ZipFileSetCollection
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. |