单项选择题

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