PackageCollection.

PackageCollection(Package[]) Constructor

Summary

Initializes a new instance of the NAnt.DotNet.Types.PackageCollection class with the specified array of NAnt.DotNet.Types.Package instances.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
PackageCollection

Syntax

public PackageCollection(Package[] value)

Parameters

Name Type Description
value Package[]

Return Value

Type Description
void