NAnt SDK Documentation - v0.92

VcProjectReference Constructor (ProjectBase, ProjectBase, Boolean, 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 VcProjectReference(
   ProjectBase project,
   ProjectBase parent,
   bool isPrivateSpecified,
   bool isPrivate
);

See Also

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