Key
In DI, each DIBinding is bound to a Key. A Key holds all information necessary to retrieve a factory (and therefore an instance).
A key contains many types & a tag. It defines the types of the values that will be passed to and retrieved from DI, not the values themselves.
Parameters
The in context type.
The in argument type (Unit for a provider).
The out type.
Constructors
Properties
Description using simple type names. The description is as close as possible to the code used to create this bind.
Description using full type names. The description is as close as possible to the code used to create this bind.
The in context type.
Description using simple type names. The description is as close as possible to the code used to create this key.
Description using full type names. The description is as close as possible to the code used to create this key.