public override void Release() { if (IsMutable) { MutableTable.RemoveLock(); } }
void IMutableTable.RemoveLock() { MutableTable.RemoveLock(); }