NAnt SDK Documentation - v0.92

PackageCollection Constructor

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