摘要:
Item 8: 使用查询语法,避免循环Prefer Query Syntax to Loops使用循环语句[代码]使用查询语法[代码]The .NET BCL has a ForAll implementation in List<T>. It’s just as simpleto create one for IEnumerable<T>:The .NET B... 阅读全文
posted @ 2010-05-09 20:22
Livermore.S
阅读(485)
评论(0)
推荐(0)
浙公网安备 33010602011771号