예제 #1
0
 public bool R2HasInsertion()
 {
     return(R2Ops != null && R2Ops.Any(x => x.CigarOp == 'I'));
 }
예제 #2
0
 public bool R2HasInsertion()
 {
     return(R2Ops.Any(x => x.Type == 'I'));
 }