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

SolutionBase.ProjectEntryCollection Constructor (ProjectEntry[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

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