[This is preliminary documentation and subject to change.]
Adds the elements of a SolutionBase.ProjectEntry array to the end of the collection.
Adds the elements of a SolutionBase.ProjectEntry array to the end of the collection.
public void AddRange(ProjectEntry[]);
Adds the elements of a SolutionBase.ProjectEntryCollection to the end of the collection.
public void AddRange(ProjectEntryCollection);
SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace