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

SolutionBase.ProjectEntryCollection Constructor (ProjectEntryCollection)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SolutionBase.ProjectEntryCollection class with the specified SolutionBase.ProjectEntryCollection instance.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As ProjectEntryCollection _
)
[C#]
public SolutionBase.ProjectEntryCollection(
   ProjectEntryCollection value
);

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.SolutionBase.ProjectEntryCollection.#ctor(NAnt.VSNet.SolutionBase.ProjectEntryCollection)

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace | SolutionBase.ProjectEntryCollection Constructor Overload List