ZipFileSetCollection.

AddRange(ZipFileSet[]) Method

Summary

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

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