Exemplo n.º 1
0
 public IPair <S1, S2> Label(string s, IPair <E1, E2> e)
 {
     return(new Pair <S1, S2>(Factory1.Label(s, e.Item1), Factory2.Label(s, e.Item2)));
 }