ServiceLocatorRegisterSingleton Method |
Name | Description | |
---|---|---|
RegisterSingletonT |
Registers a concrete singleton of the given type.
| |
RegisterSingletonTAbstract, TConcrete |
Registers a concrete singleton of the type TConcrete for the abstract type
TAbstract.
| |
RegisterSingletonT(T) |
Registers a specific instance to be a singleton for its concrete type.
| |
RegisterSingletonTAbstract, TConcrete(TConcrete) |
Registers a specific instance to be a singleton for the abstract type.
|