Answers for "sum up the amount in list c#"

C#
0

c# calculate sum of list

double total = myList.Sum(item => item.Amount);
Posted by: Guest on February-23-2021

Code answers related to "sum up the amount in list c#"

C# Answers by Framework

Browse Popular Code Answers by Language