摘要:
Martin Fowler昨天发布了一篇有关Collection Closure的文章, 文中以Ruby为例展示了Collection Closure的强大,方便. 对照着他的例子, Demo了一下在C#中如何实现类似的功能.Example 1employees.each do |e| e.doSomething end31 employees.ForEach(delegate(Employee ... 阅读全文
posted @ 2005-08-02 13:13 idior 阅读(2567) 评论(5) 推荐(0) 编辑