会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
HelloWorld-- Animate,Comic,Game
按时间做事
首页
联系
管理
2011年7月28日
小函数 lamda
摘要: Action func=()=>{var i=3+3;};Func<int> func1 = () => { return 3; }; Func<int, int> func2 = x => { return x + 1; }; Func<int, int, int> func3 = (x, y) => { return x – y; };
阅读全文
posted @ 2011-07-28 18:00 晨祷
阅读(289)
评论(0)
推荐(1)
编辑