コード例 #1
0
 public double GetAverageGrades(Student student)
 {
     return(gradebook.GradesFor(student).Average());
 }