摘要: public static class PredicateBuilder { public static Expression<Func<T, bool>> True<T>() { return f => true; } public static Expression<Func<T, bool>> 阅读全文
posted @ 2012-12-11 16:09 天天代码码天天 阅读(3) 评论(0) 推荐(0) 编辑