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

PackageCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PackageCollection class.

Overload List

Initializes a new instance of the PackageCollection class.

public PackageCollection();

Initializes a new instance of the PackageCollection class with the specified array of Package instances.

public PackageCollection(Package[]);

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

public PackageCollection(PackageCollection);

See Also

PackageCollection Class | NAnt.DotNet.Types Namespace