Exemplo n.º 1
0
 private ThreadSafeStream(ThreadSafeStream toClone)
 {
     _common = toClone._common;
     if (_common == null)
     {
         throw new ObjectDisposedException("toClone");
     }
 }
Exemplo n.º 2
0
 private ThreadSafeStream(ThreadSafeStream toClone)
 {
     _common = toClone._common;
     if (_common == null)
     {
         throw new ObjectDisposedException("toClone");
     }
 }