TarFileSetCollection.

AddRange(TarFileSetCollection) Method

Summary

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

Syntax

public void AddRange(TarFileSetCollection items)

Parameters

Name Type Description
items TarFileSetCollection The NAnt.Compression.Types.TarFileSetCollection to be added to the end of the collection.

Return Value

Type Description
void