单项选择题

A.studentList.Count(t =>t.ScoreValue >=80)
B.studentList.Count(ScoreValue >=80)
C.studentList.GroupBy(t =>t.ScoreValue >=80)
D.studentList.GroupBy(ScoreValue >=80)