C# List sum
var
Amount=orderList.Sum(t=>t.Amount);
[附件下载]
访客: