コード例 #1
0
 public static Action Iterations(this Action action, int n)
 {
     return(() => With.Iterations(n, action));
 }