public void Add(ContractDensity other)
 {
     methodInstructions += other.methodInstructions;
     contractInstructions += other.contractInstructions;
     contracts += other.contracts;
 }
Beispiel #2
0
 public void Add(ContractDensity other)
 {
     methodInstructions   += other.methodInstructions;
     contractInstructions += other.contractInstructions;
     contracts            += other.contracts;
 }