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

ProjectBaseCollection Constructor (ProjectBase[])

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ProjectBaseCollection class with the specified array of ProjectBase instances.

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

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ProjectBaseCollection.#ctor(NAnt.VSNet.ProjectBase[])

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace | ProjectBaseCollection Constructor Overload List