首先 一个生成Lambda表达式的静态类
public static class PredicateExtensions { public static Expression<Func<T, bool>> True<T>() { return f => true; } public static Expressio... Read More
posted @ 2010-11-03 17:11
liuwei0514
Views(1213)
Comments(1)
Diggs(0)

浙公网安备 33010602011771号