Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть рядок, де використовується лямбда-вираз:
Operation operation = (x, y) => x + y;
делегат int Operation (int x, int y);
acc.Notify += delegate (string mes) { Console.WriteLine(mes); };
event AccountHandler Notify;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!