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