Click or drag to resize

ServiceLocatorRegisterTransient Method

Overload List
  NameDescription
Public methodStatic memberRegisterTransientT
Registers a concrete transient type. A new instance of the given type will be returned each time it is resolved.
Public methodStatic memberRegisterTransientTAbstract, TConcrete
Registers a concrete transient type to return new instances of when the abstract type TAbstract is resolved.
Public methodStatic memberRegisterTransientT(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.
Public methodStatic memberRegisterTransientTAbstract, 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.
Top
See Also