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

SolutionBase.ProjectEntryCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SolutionBase.ProjectEntryCollection class.

Overload List

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

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace