ProjectBaseCollection.

ProjectBaseCollection(ProjectBase[]) Constructor

Summary

Initializes a new instance of the NAnt.VSNet.ProjectBaseCollection class with the specified array of NAnt.VSNet.ProjectBase instances.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectBaseCollection

Syntax

public ProjectBaseCollection(ProjectBase[] value)

Parameters

Name Type Description
value ProjectBase[]

Return Value

Type Description
void