Michael Chai

I am SErVice-oRienTed !

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2006年5月12日

摘要: 26.1 Extension methods扩展函数 Extension methods are static methods that can be invoked using instance method syntax. In effect, extension methods make it possible to extend existing types and construct... 阅读全文
posted @ 2006-05-12 23:15 cp 阅读(1098) 评论(0) 推荐(0) 编辑

摘要: 26.1 Implicitly typed local variables隐式类型化的本地变量 In an implicitly typed local variable declaration, the type of the local variable being declared is inferred from the expression used to initialize th... 阅读全文
posted @ 2006-05-12 22:52 cp 阅读(761) 评论(0) 推荐(0) 编辑

摘要: 呵呵,这是基于PDC 2005 发布的C#3.0规范进行的翻译,因为很匆忙,所以就把英文一起贴出来,这样便于英文好的朋友指正。我会持续在cp612sh.cnblogs.com上发布接下来的翻译内容,有兴趣的朋友可以到MSDN自行下载LINQ的相关资源,因为已经有了相应C#3.0的编译器,也就是说,你可以自己弄一个在VS2005上跑跑,做些试验,写点代码。祝愿大家编程愉快。 26. Overview... 阅读全文
posted @ 2006-05-12 22:46 cp 阅读(1365) 评论(0) 推荐(0) 编辑