示例#1
0
 public SpansCell(NearSpansUnordered outerInstance, Spans spans, int index)
 {
     this.outerInstance = outerInstance;
     this.spans         = spans;
     this.index         = index;
 }
示例#2
0
 public CellQueue(NearSpansUnordered outerInstance, int size)
     : base(size)
 {
     this.outerInstance = outerInstance;
 }