Anonymous method 是 C# 2.0 的新功能之一,從這兩篇文章可以看到 C# 如何在 CLR 上實作 closure 的機制。
- C# V2.0 Delegate Syntax and Conceptual Integrity, Ian Griffiths
- Introduction to Anonymous Methods and Higher-Order Procedures in C#, Steve Maine
Anonymous method 是 C# 2.0 的新功能之一,從這兩篇文章可以看到 C# 如何在 CLR 上實作 closure 的機制。