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