Is there a way to specify an “empty” C# lambda expression? December 2, 2022 by Tarik Action doNothing = () => { };