看到linq 的時候 看到這么一句代碼 public static Expression<Func<T, bool>> True<T>() { return param => true; } 大括號里的方法體看不懂具體是啥意思? 如何演變過來的呢。感謝! 查看完整描述