Esempio n. 1
0
 public bool MoveNext()
 {
     _currentIndex++;
     return(_currentIndex <= _list.MaxIndex && _list.Count() > 0);
 }