Exemplo n.º 1
0
 public string Stringify()
 {
     return(string.Join("", R1Ops?.Select(x => x.CigarOp)) + "/" +
            string.Join("", R2Ops?.Select(x => x.CigarOp)));
 }
Exemplo n.º 2
0
 public string Stringify()
 {
     return(string.Join("", R1Ops.Select(x => x?.Type)) + "/" +
            string.Join("", R2Ops.Select(x => x?.Type)));
 }