Exemple #1
0
 public void ListSumWithForeach()
 {
     var a = SumPerformanceTestFunctionsList.ListSumForeach(intList, startIndex, endIndex);
 }
Exemple #2
0
 public void ListSumPlusEqualsB()
 {
     var a = SumPerformanceTestFunctionsList.ListSumPlusEquals(intList, startIndex, endIndex);
 }