摘要: public static class ExpressionEx { public static Expression<Func<T, bool>> True<T>() { return param => true; } public static Expression<Func<T, bool>> 阅读全文
posted @ 2021-12-16 15:12 Hey,Coder! 阅读(143) 评论(0) 推荐(0)