コード例 #1
0
        public bool MoveNext()
        {
            ArmorModelCollection <T> .Enumerator enumerator = this;
            int num  = enumerator.index + 1;
            int num1 = num;

            enumerator.index = num;
            return(num1 < 4);
        }
コード例 #2
0
 internal Enumerator(ArmorModelCollection <T> collection)
 {
     this.collection = collection;
     this.index      = -1;
 }
コード例 #3
0
 public void Dispose()
 {
     this = new ArmorModelCollection <T> .Enumerator();
 }