public object ReadICollection(HproseReader reader, Type type, int count) { return(reader.ReadICollection <T>(type, count)); }