示例#1
0
 public bool RemoveStudent(Student s2)
 {
     return(students.Remove(students.FirstOrDefault(i => i.Student == s2)));
 }