Initializes a new instance of the ProjectBaseCollection class.
Initializes a new instance of the ProjectBaseCollection class.
public ProjectBaseCollection();
Initializes a new instance of the ProjectBaseCollection class with the specified array of ProjectBase instances.
public ProjectBaseCollection(ProjectBase[]);
Initializes a new instance of the ProjectBaseCollection class with the specified ProjectBaseCollection instance.
public ProjectBaseCollection(ProjectBaseCollection);
ProjectBaseCollection Class | NAnt.VSNet Namespace