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