Esempio n. 1
0
 public object ReadIList(HproseReader reader, Type type, int count)
 {
     return(reader.ReadIList <T>(type, count));
 }