예제 #1
0
 public IPair <T1, T2> IntType()
 {
     return(new Pair <T1, T2>(Factory1.IntType(), Factory2.IntType()));
 }