Пример #1
0
 public TestRun(Int32 seed, int iter, bool newStrings, TestStringIntern enclosingInstance)
 {
     this.seed = seed;
     this.iter = iter;
     this.newStrings = newStrings;
     this.enclosingInstance = enclosingInstance;
     this.Reset = new ManualResetEvent(false);
 }
Пример #2
0
 public TestRun(Int32 seed, int iter, bool newStrings, TestStringIntern enclosingInstance)
 {
     this.seed              = seed;
     this.iter              = iter;
     this.newStrings        = newStrings;
     this.enclosingInstance = enclosingInstance;
     this.Reset             = new ManualResetEvent(false);
 }