Ejemplo n.º 1
0
 public bool HasStudent(int studentIndex)
 {
     return(StudentsInCluster.Contains(studentIndex));
 }
Ejemplo n.º 2
0
 internal void AddStudent(int studentIndex)
 {
     StudentsInCluster.Add(studentIndex);
 }