会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
IamV.Victor
Crazystudy!Day Day UP!
首页
联系
管理
订阅
2011年3月25日
Expression<Func<int, bool>>与<Func<int, bool>
摘要: Expression<Func<int, bool>>是表达式, <Func<int, bool>是委派(delegate) Expression编译后就会变成delegate,才能运行。 比如 Expression<Func<int, bool>> ex = x=>x < 100; x=>x < 100 ---> x是输入参数 int类型,x<100是函数体,返回bool类型 Func<int,...
阅读全文
posted @ 2011-03-25 10:28 IamV
阅读(1340)
评论(0)
推荐(0)
编辑
公告