What is the main purpose of anonymous methods in C#?
To replace delegates completely
To define a method without a name inline with delegate usage
To create events
To declare a class
This question is part of this quiz :
Delegates and Events in C# Quiz