下面代码返回什么类型? students.Where(p => p.Scores.Average() > 85).ToList();
A.Dictionary
B.IEnumerable
C.List
D.Lookup
正确答案是C