Пример #1
0
 public _IEnumerator_123(CircularIntBuffer4 _enclosing, int head, int tail)
 {
     this._enclosing = _enclosing;
     this.head       = head;
     this.tail       = tail;
     _index          = head;
     _current        = Iterators.NoElement;
 }
Пример #2
0
 public _IEnumerator_123(CircularIntBuffer4 _enclosing, int head, int tail)
 {
     this._enclosing = _enclosing;
     this.head = head;
     this.tail = tail;
     _index = head;
     _current = Iterators.NoElement;
 }