Ejemplo n.º 1
0
 public void TestGetHashCode()
 {
     Student student = new Student("Hari", 123);
     student.GetHashCode();
 }