NAnt SDK Documentation - v0.85-nightly-2005-11-09

TarFileSetCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the TarFileSetCollection class.

Overload List

Initializes a new instance of the TarFileSetCollection class.

public TarFileSetCollection();

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

public TarFileSetCollection(TarFileSet[]);

Initializes a new instance of the TarFileSetCollection class with the specified TarFileSetCollection instance.

public TarFileSetCollection(TarFileSetCollection);

See Also

TarFileSetCollection Class | NAnt.Compression.Types Namespace