With Scope
Used to define bindings with a scope.
Parameters
C
The scope's Context.
Properties
Inheritors
DI
Link copied to clipboard
Extensions
multiton
Link copied to clipboard
Creates a multiton: will create an instance on first request for each different argument and will subsequently always return the same instance for the same argument.
singleton
Link copied to clipboard
Creates a singleton: will create an instance on first request and will subsequently always return the same instance.