Is there a predefined no-op Action in C#? -


some functions expect action argument don't need in cases. there predefined no-op action comparable following?

action noop = () => {}; 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

c# - No method 'Contains' exists on type 'System.Data.Linq.DataQuery`1[System.Object]' -