예제 #1
0
 internal FileRangeRacer(PageCacheByteArrayConcurrencyTest outerInstance, ByteArray array, int contestant)
 {
     this._outerInstance = outerInstance;
     this.Array          = array;
     this.Contestant     = contestant;
 }
예제 #2
0
 internal WholeFileRacer(PageCacheByteArrayConcurrencyTest outerInstance, ByteArray array)
 {
     this._outerInstance = outerInstance;
     this.Array          = array;
 }