Gets a value indicating whether the container is locked from making any new registrations. The
container is automatically locked when the first instance is resolved (e.g. by calling
GetInstance).
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Return Value
Type: Booleantrue if the specified container is locked; otherwise, false.
See Also