예제 #1
0
 /// <summary>
 /// Deletes the qualification at the indexed position
 /// </summary>
 /// <param name="index"></param>
 /// <returns></returns>
 public bool DeleteAt(int index)
 {
     return(qualifications.DeleteAt(index));
 }