public ProjectSystemReferenceInfo(
     ProjectSystemReferenceType referenceType,
     string itemSpecification,
     bool treatAsUsed
     )
 {
     ReferenceType     = referenceType;
     ItemSpecification = itemSpecification;
     TreatAsUsed       = treatAsUsed;
 }
Beispiel #2
0
 protected AbstractReferenceHandler(ProjectSystemReferenceType referenceType)
 => _referenceType = referenceType;