NAnt SDK Documentation - v0.92

ProjectBaseCollection Constructor (ProjectBase[])

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
);

See Also

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