ServiceLocatorRegisterTransient Method |
Name | Description | |
---|---|---|
RegisterTransientT |
Registers a concrete transient type.
A new instance of the given type will be returned each time it is resolved.
| |
RegisterTransientTAbstract, TConcrete |
Registers a concrete transient type to return new instances of when the abstract type
TAbstract is resolved.
| |
RegisterTransientT(FuncT) |
Registers a concrete transient type to return new instances of when T is resolved.
The specified resolver will be used for producing the instances.
| |
RegisterTransientTAbstract, TConcrete(FuncTConcrete) |
Registers a concrete transient type to return new instances of when the abstract type
TAbstract is resolved.
The specified resolver will be used for producing the instances.
|