摘要: 以下只是示例,如有其它业务需求,可添加参数自己扩展 public static IEnumerable GetOrderEnum(this IEnumerable source, Func, IOrderedEnumerable> func) { return func(source); } public static IEnumerable GetOrderEnum(this IEnumerable source, Func func, bool isAsc) { return ... 阅读全文
posted @ 2012-09-17 17:04 kevinzw 阅读(256) 评论(0) 推荐(0) 编辑