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

ProjectBaseCollection Constructor (ProjectBaseCollection)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ProjectBaseCollection class with the specified ProjectBaseCollection instance.

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

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace | ProjectBaseCollection Constructor Overload List