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