コード例 #1
0
 public void Execute()
 {
     for (int i = minIndex; i <= maxIndex; i++)
     {
         executor.ExecuteElement(i, batch);
     }
 }