ContainerCollectionRegistratorAppend Method

Simple Injector
Overload List

  NameDescription
Public methodAppendTService, TImplementation
Appends a new registration of TImplementation to a collection of registrations for the given TService. Calls to Append can both preceed and follow a call to one of the Container.Collections.Register overloads.
Public methodAppendTService, TImplementation(Lifestyle)
Appends a new registration of TImplementation to a collection of registrations for the given TService using the supplied lifestyle. Calls to Append can both preceed and follow a call to one of the Container.Collections.Register overloads.
Public methodAppendTService(FuncTService, Lifestyle)
Appends the specified delegate instanceCreator to a collection of registrations for the given TService using the supplied lifestyle. Calls to Append can both preceed and follow a call to one of the Container.Collections.Register overloads.
Public methodAppend(Type, Registration)
Appends a new registration to a collection of registrations for the given serviceType. Calls to Append can both preceed and follow a call to one of the Container.Collections.Register overloads.
Public methodAppend(Type, Type)
Appends a new registration of implementationType to a collection of registrations for the given serviceType. Calls to Append can both preceed and follow a call to one of the Container.Collections.Register overloads.
Public methodAppend(Type, Type, Lifestyle)
Appends a new registration of implementationType to a collection of registrations for the given serviceType using the supplied lifestyle. Calls to Append can both preceed and follow a call to one of the Container.Collections.Register overloads.
Top
See Also

Reference