c# array.reduce

87

c# array.reduce -

var sum = number.Aggregate((x, y) => x + y);

Comments

Submit
0 Comments