ServiceLocatorRegisterLazySingleton Method |
Name | Description | |
---|---|---|
RegisterLazySingletonT |
Registers a concrete singleton of the given type.
The instance won't be created until the first time it is resolved.
| |
RegisterLazySingletonTAbstract, TConcrete |
Registers a concrete singleton of the type TConcrete for the abstract type
TAbstract.
The instance won't be created until the first time it is resolved.
|