Exemple #1
0
 public static IDisposable CreateWriterScope <T>(this ISynchronizableLock <T> sync)
 {
     return(sync.CreateWriterScope(-1));
 }