示例#1
0
 public void CopyAndCompactLmdbDatabase(string newPath)
 {
     ThrowIfDisposed();
     environment.CopyTo(newPath, true);
 }