上一页 1 ··· 4 5 6 7 8
摘要: using Manjinba.Communication.Common.Logging;using System;using System.Collections.Concurrent;using System.Collections.Generic;using System.Linq;using 阅读全文
posted @ 2019-03-07 18:38 Nine4酷 阅读(175) 评论(0) 推荐(0)
摘要: 所谓泛型是指将类型参数化以达到代码复用提高软件开发工作效率的一种数据类型。一种类型占位符,或称之为类型参数。我们知道一个方法中,一个变量的值可以作为参数,但其实这个变量的类型本身也可以作为参数。泛型允许我们在调用的时候再指定这个类型参数是什么。在.net中,泛型能够给我们带来的两个明显好处是——类型 阅读全文
posted @ 2015-01-25 23:04 Nine4酷 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8