c# sum object values

64

c# sum object values -

double total = myList.Sum(item => item.Amount);

Comments

Submit
0 Comments