05 2015 档案

摘要:/// /// 数据上下文对象 /// static TestEntities te = new TestEntities();static void Main(string[] args) { 执... 阅读全文
posted @ 2015-05-29 23:51 哥本哈根 阅读(232) 评论(0) 推荐(0)
摘要://无参数,无返回值,用Action非泛型委托; Action action = () => Console.WriteLine("无参数,无返回值的Action"); action(); //有参数,无返回值,用Action泛型委托... 阅读全文
posted @ 2015-05-09 15:42 哥本哈根 阅读(155) 评论(0) 推荐(0)