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

PackageCollection Constructor (PackageCollection)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As PackageCollection _
)
[C#]
public PackageCollection(
   PackageCollection value
);

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.PackageCollection.#ctor(NAnt.DotNet.Types.PackageCollection)

See Also

PackageCollection Class | NAnt.DotNet.Types Namespace | PackageCollection Constructor Overload List