Example #1
0
 public PerformanceTestCallableIntHelper(LookupBenchmarkTest outerInstance, IEnumerable <string> input, Lookup lookup)
 {
     this.outerInstance = outerInstance;
     this.input         = input;
     this.lookup        = lookup;
 }
Example #2
0
 public CallableIntHelper(LookupBenchmarkTest outerInstance, Type cls)
 {
     this.cls           = cls;
     this.outerInstance = outerInstance;
 }