会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
听哥哥的话
2015年10月6日
linq to object 未完待续
摘要: 1.linq to stringstring s2 = "abc"; var data2 = s2.Where(x => x.CompareTo('a') > 0).ToList(); string s3 = ""; data2.For...
阅读全文
posted @ 2015-10-06 23:25 听哥哥的话
阅读(102)
评论(0)
推荐(0)
复习扩展方法 涉及委托,这里我使用自定义委托类型 public delegate bb MyFunc<in T,out bb> (T arg)
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl...
阅读全文
posted @ 2015-10-06 23:01 听哥哥的话
阅读(156)
评论(0)
推荐(0)
Linq to DataTable
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl...
阅读全文
posted @ 2015-10-06 21:46 听哥哥的话
阅读(181)
评论(0)
推荐(0)
dynamic和匿名类和var的混合使用 没提示照样点
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons...
阅读全文
posted @ 2015-10-06 12:42 听哥哥的话
阅读(154)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告