摘要: 添加一个类: public static class PredicateExtensions { public static Expression<Func<T, bool>> True<T>() { return f => true; } public static Expression<Func 阅读全文
posted @ 2019-09-05 18:05 初晨~ 阅读(2591) 评论(0) 推荐(0)