摘要: ``` public static class KZfun { /// /// 模拟Lamdan表达式 /// /// 当前对象 /// 泛型委托 /// 结果集 public static IEnumerable Where(this IEnumerable val, Func predicate) { va... 阅读全文
posted @ 2016-03-25 17:00 小孙^_^ 阅读(147) 评论(0) 推荐(0) 编辑