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