Example #1
0
 public LinkedListIEnumerator(MyLinkedList <T> list)
 {
     this.list = list;
     this.pos  = -1;
 }