单项选择题

A.scoreList.Sum(ScoreValue)
B.scoreList.Sum(t =>t.ScoreValue)
C.scoreList.Count(ScoreValue)
D.scoreList.Count(t =>t.ScoreValue)