Summary
Adds the elements of a
NAnt.Compression.Types.ZipFileSetCollection
to the end of the collection.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Types - Containing Type
- ZipFileSetCollection
Syntax
public void AddRange(ZipFileSetCollection items)
Parameters
Name | Type | Description |
---|---|---|
items | ZipFileSetCollection | The NAnt.Compression.Types.ZipFileSetCollection to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |