Пример #1
0
 public IPair <E1, E2> Int(int i)
 {
     return(new Pair <E1, E2>(Factory1.Int(i), Factory2.Int(i)));
 }