Exemple #1
0
 internal void DeallocateClusters(long startLCN, long numberOfClusters)
 {
     lock (m_bitmapLock)
     {
         m_bitmap.DeallocateClusters(startLCN, numberOfClusters);
     }
 }