单项选择题

A.studentList.Max(t =>t.ScoreValue)
B.studentList.Max(ScoreValue)
C.studentList.Sum(t =>t.ScoreValue)
D.studentList.Sum(ScoreValue)