Interface IFreezable
Represents an object that can be frozen to prevent further modifications.
Namespace: RentADeveloper.DbConnectionPlus.Configuration
Assembly: RentADeveloper.DbConnectionPlus.dll
Syntax
public interface IFreezable
Methods
View SourceFreeze()
Freezes the object, preventing any further modifications.
Declaration
void Freeze()