摘要: Lambda表达式,它的推演过程如下: 1、一般使用委托的步骤如下: public delegate int DelegateMethod(int a, int b);//声明委托 public DelegateMethod method;//定义委托变量 method = new Delegate 阅读全文
posted @ 2016-03-08 21:36 白沙靓 阅读(155) 评论(0) 推荐(0) 编辑