摘要:
代码 阅读全文
posted @ 2010-12-24 20:41
Space Tian
阅读(370)
评论(0)
推荐(1)
摘要:
1: 2: 1.1泛型 3: 4: 目标:解决参数类型转换效率,利用泛型可以提高效率 5: using System; 6: 7: namespace DemoGeneric1 8: { 9: /// 10: /// 泛型类 11: /// 12: public class GenericClass 1... 阅读全文
posted @ 2010-12-24 20:09
Space Tian
阅读(514)
评论(0)
推荐(0)