Ejemplo n.º 1
0
 /// <summary>
 /// Decide which symbol should follow this one
 /// </summary>
 /// <returns></returns>
 public Section getNext()
 {
     return(NextSection.Select());
 }