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