Overload List
| Name | Description | |
|---|---|---|
| AppendTService, 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.
| |
| AppendTService, 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.
| |
| AppendTService(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.
| |
| Append(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.
| |
| Append(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.
| |
| Append(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.
|
See Also