How to use static anonymous functions in C# 9
How to use static anonymous functions in C#9? Anonymous functions It has been in C# for many years. Although anonymous functions are very cool to use, the cost is not small. In order to avoid unnecessary memory allocations that you do not expect