예제 #1
0
 private ThreadSafeStream(ThreadSafeStream toClone)
 {
     _common = toClone._common;
     if (_common == null)
     {
         throw new ObjectDisposedException("toClone");
     }
 }
예제 #2
0
 private ThreadSafeStream(ThreadSafeStream toClone)
 {
     _common = toClone._common;
     if (_common == null)
     {
         throw new ObjectDisposedException("toClone");
     }
 }