public int NextPosition()
 {
     return(_posList.Next());
 }
Example #2
0
 public override int NextPosition()
 {
     return(_posList.Next());
 }