Exemple #1
0
 internal VNodeCellIterator(VisitorTemplate outerInstance, IEnumerator <Cell> cellIter, VNode vNode)
 {
     this.outerInstance = outerInstance;
     //term loop
     this.cellIter = cellIter;
     this.vNode    = vNode;
 }
 internal VNodeCellIterator(VisitorTemplate _enclosing, IEnumerator <Cell> cellIter, VNode vNode)
 {
     this._enclosing = _enclosing;
     //term loop
     this.cellIter = cellIter;
     this.vNode    = vNode;
 }