public override void Lock() { if (IsMutable) { MutableTable.AddLock(); } }
void IMutableTable.AddLock() { MutableTable.AddLock(); }