ManagedProjectReference.

ManagedProjectReference(ProjectBase, ProjectBase, bool, bool) Constructor

Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ManagedProjectReference

Syntax

public ManagedProjectReference(ProjectBase project, ProjectBase parent, bool isPrivateSpecified, bool isPrivate)

Parameters

Name Type Description
project ProjectBase
parent ProjectBase
isPrivateSpecified bool
isPrivate bool

Return Value

Type Description
void