Exemplo n.º 1
0
 public ProjectSystemReferenceInfo(
     ProjectSystemReferenceType referenceType,
     string itemSpecification,
     bool treatAsUsed
     )
 {
     ReferenceType     = referenceType;
     ItemSpecification = itemSpecification;
     TreatAsUsed       = treatAsUsed;
 }
Exemplo n.º 2
0
 protected AbstractReferenceHandler(ProjectSystemReferenceType referenceType)
 => _referenceType = referenceType;