ContainerDispose Method (Boolean)

Simple Injector
Releases all instances that are cached by the Container object.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True for a normal dispose operation; false to finalize the handle.
See Also

Reference