TarFileSetCollection.

TarFileSetCollection(TarFileSet[]) Constructor

Summary

Initializes a new instance of the NAnt.Compression.Types.TarFileSetCollection class with the specified array of NAnt.Compression.Types.TarFileSet instances.

Syntax

public TarFileSetCollection(TarFileSet[] value)

Parameters

Name Type Description
value TarFileSet[]

Return Value

Type Description
void