Example #1
0
 public CountScope(CountedScopeSemaphore countingSemaphore)
 {
     internalSemaphore = countingSemaphore;
 }
Example #2
0
 public SuperScope(CountedScopeSemaphore semaphore)
 {
     internalSemaphore = semaphore;
 }