例如
List numList = new List();
//實現Find
int x = numList
//實現sort
numList
//實現foreach
numList
lambda表達式使得函數可以在使用的地方聲明
能夠將當前scope下的數據通過lambda函數傳給其它調用者
在這裡
From:http://tw.wingwit.com/Article/program/net/201311/15027.html
例如
List numList = new List();
//實現Find
int x = numList
//實現sort
numList
//實現foreach
numList
lambda表達式使得函數可以在使用的地方聲明
能夠將當前scope下的數據通過lambda函數傳給其它調用者
在這裡