A bind configuration for a given type in the IoC Container.
Inform a provider to be used to create instances when a dependency for the source type is requested.
The provider to create instances
Inform a scope to handle the instances for objects created by the Container for this binding.
Scope to handle instances
Inform a given implementation type to be used when a dependency for the source type is requested.
The implementation type
Generated using TypeDoc
A bind configuration for a given type in the IoC Container.