Exemplo n.º 1
0
 public ThreadSafeScopedObject(IDisposable scope, T obj)
 {
     _state = Interlocked.Create(new State(scope, obj));
 }