コード例 #1
0
 public static long Benchmark(this Action action)
 {
     return(With.Benchmark(action));
 }