예제 #1
0
 internal Enumerator(FastListStruct <T> list)
 {
     this.list = list;
     index     = 0;
     current   = default(T);
 }