摘要: static void Main(string[] args) { #region Aggregate 把集合中的元素按照表达式依次执行 { IEnumerable<int> list = new List<int> { 1,2,3,11 }; int z1 = list.Aggregate((x, 阅读全文
posted @ 2018-06-22 18:01 KIDDK 阅读(96) 评论(0) 推荐(0) 编辑