Is there a way to specify an “empty” C# lambda expression?

Action doNothing = () => { };

Leave a Comment