Michael Chai

I am SErVice-oRienTed !

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

2006年5月14日

摘要: 26.1.1 Type inference 类型推断 When a generic method is called without specifying type arguments, a type inference process attempts to infer type arguments for the call. Lambda expressions passed as arg... 阅读全文
posted @ 2006-05-14 22:06 cp 阅读(811) 评论(0) 推荐(0)

摘要: 26.1 Lambda expressions Lambda 表达式 C# 2.0 introduces anonymous methods, which allow code blocks to be written “in-line” where delegate values are expected. While anonymous methods provide much of th... 阅读全文
posted @ 2006-05-14 20:49 cp 阅读(4307) 评论(1) 推荐(0)