下面代码返回什么类型? students.Where(p => p.Scores.Average() > 85).ToList(

分类: 大二考试 发布时间: 2024-01-21 12:53 浏览量: 0

下面代码返回什么类型? students.Where(p => p.Scores.Average() > 85).ToList();

A.Dictionary

B.IEnumerable

C.List

D.Lookup

正确答案是C