Ejemplo n.º 1
0
        public bool MoveNext()
        {
            ArmorModelCollection.Enumerator enumerator = this;
            int num  = enumerator.index + 1;
            int num1 = num;

            enumerator.index = num;
            return(num1 < 4);
        }
Ejemplo n.º 2
0
 public void Dispose()
 {
     this = new ArmorModelCollection.Enumerator();
 }