ZipFileSetCollection.

AddRange(ZipFileSetCollection) Method

Summary

Adds the elements of a NAnt.Compression.Types.ZipFileSetCollection to the end of the collection.

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