看到linq 的时候 看到这么一句代码 public static Expression<Func<T, bool>> True<T>() { return param => true; } 大括号里的方法体看不懂具体是啥意思? 如何演变过来的呢。感谢! 查看完整描述