C# List of objects, how do I get the sum of a property October 18, 2022 by Tarik using System.Linq; … double total = myList.Sum(item => item.Amount);