コード例 #1
0
 public object ReadICollection(HproseReader reader, Type type, int count)
 {
     return(reader.ReadICollection <T>(type, count));
 }