コード例 #1
0
 public static float CalculateTotalGradePoints(this Student student)
 => student.GetBestScores().Sum(e => e.Value);