摘要: 1 using System; 2 using System.Collections; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 7 namespace xxWare.Common 8 { 9 public static class GenericExtension 10 { 11 #region List<T> search count 12 public static int CountAll<T>(th... 阅读全文
posted @ 2013-01-22 02:59 jdxx 阅读(549) 评论(0) 推荐(0) 编辑