摘要: 前面讲过委托的知识,本次由委托过渡到Lambda表达式,更易于理解。 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 int[] intA = { 1, 3, 5, 7 }; 6 ProcArray(intA, AddOne); 阅读全文
posted @ 2015-09-06 23:34 kungge 阅读(311) 评论(0) 推荐(0)