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

ZipFileSetCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ZipFileSetCollection class.

Overload List

Initializes a new instance of the ZipFileSetCollection class.

public ZipFileSetCollection();

Initializes a new instance of the ZipFileSetCollection class with the specified array of ZipFileSet instances.

public ZipFileSetCollection(ZipFileSet[]);

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

public ZipFileSetCollection(ZipFileSetCollection);

See Also

ZipFileSetCollection Class | NAnt.Compression.Types Namespace