public int NextPosition()
 {
     return(_posList.Next());
 }
Esempio n. 2
0
 public override int NextPosition()
 {
     return(_posList.Next());
 }