会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
李小刀的关于.net的文章
2007年11月22日
代码越来越简洁--从delegate到lambda表达式
摘要: 先看一个简单的delegate的例子 public static bool IsOdd(int i) { return (i & 1) == 1; } public delegate bool NumberTester(int i); public static void PrintMatchingNumbers(int from, int to, NumberTester filter)...
阅读全文
posted @ 2007-11-22 02:07 李小刀
阅读(4179)
评论(27)
推荐(1)
编辑
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理