Exemplo n.º 1
0
 public IPair <T1, T2> BoolType()
 {
     return(new Pair <T1, T2>(Factory1.BoolType(), Factory2.BoolType()));
 }