Exemplo n.º 1
0
 public CustomEnumerator(CustomEnumerable subject, int startIndex)
 {
     this._subject = subject;
     this._index   = startIndex - 1;
 }