TarFileSetCollection.

AddRange(TarFileSet[]) Method

Summary

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

Syntax

public void AddRange(TarFileSet[] items)

Parameters

Name Type Description
items TarFileSet[] The array of NAnt.Compression.Types.TarFileSet elements to be added to the end of the collection.

Return Value

Type Description
void