[Quote=引用 4 楼 nt5763 的回复:]
引用 3 楼 peter200694013 的回复:
引用 2 楼 nt5763 的回复:
引用 1 楼 wuyq11 的回复:
int[] ary = new int[] { 1, 3, 3, 4, 5, 4 };
var q = from x in ary
group x by x into Y
select {Y.Key,Y.Count()};
[Quote=引用 3 楼 peter200694013 的回复:]
引用 2 楼 nt5763 的回复:
引用 1 楼 wuyq11 的回复:
int[] ary = new int[] { 1, 3, 3, 4, 5, 4 };
var q = from x in ary
group x by x into Y
select {Y.Key,Y.Count()};
[Quote=引用 2 楼 nt5763 的回复:]
引用 1 楼 wuyq11 的回复:
int[] ary = new int[] { 1, 3, 3, 4, 5, 4 };
var q = from x in ary
group x by x into Y
select {Y.Key,Y.Count()};
[Quote=引用 1 楼 wuyq11 的回复:]
int[] ary = new int[] { 1, 3, 3, 4, 5, 4 };
var q = from x in ary
group x by x into Y
select {Y.Key,Y.Count()};
[/Quote]
??没看明白