internal Enumerator(FlatteningList <T> list) { this.innerList = list.underlyingLists; this.posInList = -1; this.pos = 0; }
public Pipeline() { Components = new LightList <PipelineComponent <TDelegate> >(); }