示例#1
0
 /// <summary>
 /// Gets all the information about which room the student was in
 /// </summary>
 /// <returns>Back all of the student information padded out</returns>
 public override string ToString()
 {
     return(Student.PadRight(10) + Door.ToString().PadRight(5) + Status.PadLeft(10));
 }