[This is preliminary documentation and subject to change.]
Initializes a new instance of the SolutionBase.ProjectEntryCollection class.
Initializes a new instance of the SolutionBase.ProjectEntryCollection class.
public SolutionBase.ProjectEntryCollection();
Initializes a new instance of the SolutionBase.ProjectEntryCollection class with the specified array of SolutionBase.ProjectEntry instances.
public SolutionBase.ProjectEntryCollection(ProjectEntry[]);
Initializes a new instance of the SolutionBase.ProjectEntryCollection class with the specified SolutionBase.ProjectEntryCollection instance.
public SolutionBase.ProjectEntryCollection(ProjectEntryCollection);
SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace