How get max count with min key from list integer with linq written in one expression

前端 未结 0 1657
悲&欢浪女
悲&欢浪女 2020-12-01 09:04

For example I have following list var A = new List { 1, 4, 4, 4, 5, 3 };

I implemented as:

var res1 = from type in arr
                       group typ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题