会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
贾咩咩
CnBlogs
Home
New Post
Contact
Admin
Subscription
action,func简洁用法
new Action(() => { }).Invoke();
new Action(() => { })();
new Func<int, int>(s => { return s; }).Invoke(1);
new Func<int, List<int>>(s => { return new List<int>{1,2,3,4,5}; }).Invoke(1);
咩咩咩
posted @
2019-03-06 16:03
贾咩咩
Views(
161
) Comments(
0
)
收藏
举报
刷新页面
返回顶部
公告