Anonymous Methods (Introduce in C# 2.0)
In versions of C# before 2.0, the only way to instantiate a delegate was to use named methods. C# 2.0, the only way to use named methods. C# 2.0 introduced anonymous methods which provide a technique to pass a code block as a delegate parameter. Anon...
anonynmousmethod2.hashnode.dev2 min read