public int NextPosition()
 {
     return(_posList.next());
 }
Exemple #2
0
 public int NextPosition(IState state)
 {
     return(_posList.next());
 }