You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. instead of instantiating a WriteableHashTableBlockPage directly in HashTable I should be instantiating whatever implementation of IHashTableBlockPageWrite our table is using based on a generic. That's why these interfaces exist.