2013年6月16日

Expression<Func<T, bool>>

摘要: public static Expression<Func<T, bool>> True<T>() { return f => true; }public static Expression<Func<T, bool>> False<T>() { return f => false; }/// <summary> /// 条件或 /// </summary> /// <typeparam name="T"></typeparam> /// &l 阅读全文

posted @ 2013-06-16 18:27 Tadpole 阅读(1152) 评论(0) 推荐(0) 编辑

导航