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

ManagedProjectReference Constructor (ProjectBase, ProjectBase, Boolean, Boolean)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.ManagedProjectReference.#ctor(NAnt.VSNet.ProjectBase,NAnt.VSNet.ProjectBase,System.Boolean,System.Boolean)

[Visual Basic]
Overloads Public Sub New( _
   ByVal project As ProjectBase, _
   ByVal parent As ProjectBase, _
   ByVal isPrivateSpecified As Boolean, _
   ByVal isPrivate As Boolean _
)
[C#]
public ManagedProjectReference(
   ProjectBase project,
   ProjectBase parent,
   bool isPrivateSpecified,
   bool isPrivate
);

Parameters

project
Missing <param> documentation for project
parent
Missing <param> documentation for parent
isPrivateSpecified
Missing <param> documentation for isPrivateSpecified
isPrivate
Missing <param> documentation for isPrivate

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ManagedProjectReference.#ctor(NAnt.VSNet.ProjectBase,NAnt.VSNet.ProjectBase,System.Boolean,System.Boolean)

See Also

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