单项选择题

使用Lambda表达式查询出班级成绩的最高分,下列语法正确的是()

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