SampleClass.SumValues Method

There are two overloads for this method

Overload List

SumValues(IEnumerable<Int32>) This is used to sum an enumerable list of values
SumValues(IEnumerable<Int32>, IEnumerable<Int32>) This is used to sum two enumerable list of values

See Also