public CustomListEnumerator(CustomList<T> list)
 {
     this.Reset();
     this.list = list;
 }