SampleClassSumValues Method

There are two overloads for this method

Overload List

SumValues(IEnumerableInt32) This is used to sum an enumerable list of values
SumValues(IEnumerableInt32, IEnumerableInt32) This is used to sum two enumerable list of values

See Also