Esempio n. 1
0
 public bool R1HasInsertion()
 {
     return(R1Ops != null && R1Ops.Any(x => x.CigarOp == 'I'));
 }
Esempio n. 2
0
 public bool R1HasInsertion()
 {
     return(R1Ops.Any(x => x.Type == 'I'));
 }