摘要: 操作符:Count 原型:public static int Count<TSource>( this IEnumerable<TSource> source)public static int Count<TSource>( this IEnumerable<TSource> source, Func<TSource, bool> predicate)描述:返回输入序列的个数。如果输入序列实现了... 阅读全文
posted @ 2012-04-01 20:55 Xiao Tian 阅读(372) 评论(0) 推荐(0)