Is there a predefined no-op Action in C#? -
this question has answer here:
some functions expect action argument don't need in cases. there predefined no-op action comparable following?
action noop = () => {};       
 
  
this question has answer here:
some functions expect action argument don't need in cases. there predefined no-op action comparable following?
action noop = () => {};       
 
  
Comments
Post a Comment