NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionBase.ProjectEntryCollection.AddRange Method

[This is preliminary documentation and subject to change.]

Adds the elements of a SolutionBase.ProjectEntry array to the end of the collection.

Overload List

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

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace