Thursday, September 13, 2018

Make a vapid Action on the fly for a unit test in C#.

Action<Alert> alertAction = new Action<Alert>((Alert alert) => { });

No comments:

Post a Comment