Ejemplo n.º 1
0
 public TreeHeightTracker(GBPTreeSingleWriterTest outerInstance) : base(outerInstance)
 {
     this._outerInstance = outerInstance;
 }
Ejemplo n.º 2
0
 public KeyCountingVisitor(GBPTreeSingleWriterTest outerInstance)
 {
     this._outerInstance = outerInstance;
 }