A reference to the LocalScope. Local Scope return a new instance for each dependency resolution requested. This is the default scope.
A reference to the SingletonScope. Singleton Scope return the same instance for any dependency resolution requested.
Called by the IoC Container when some configuration is changed on the Container binding.
The source type that has its configuration changed.
Generated using TypeDoc
Default Scope that always create a new instace for any dependency resolution request