예제 #1
0
 public Dictionary <T, S> makeDict(IGen <T> igt)
 {
     return(igt.makeDict <S> ());
 }