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 -

jsf - How to order SelectItems in custom renderer extending MyFaces HtmlMenuRenderer -

c# - How to share session between a MVC project and a WCF project? -