Example #1
0
 internal Enumerator(SectionList <T> _list)
 {
     this.list    = _list;
     this.index   = 0;
     this.current = default(T);
 }