上一篇说了from in select的本质,具体参见你所不知道的linq.本篇说下from...in... from... in... select 首先上一段代码,猜猜结果是什么? class Program { static void Main(string[] args) { /*var result = from s in new TestApp() { A = 2 } select s;*/ } ).ToString() select (Convert.ToInt32(i) + s)…