RegisterInstance(Type, object) Method
Registers the specified instance.
void RegisterInstance(Type service, object implementation)
- Namespace
- Spectre
.Console .Cli - Containing Type
- ITypeRegistrar
Parameters
- Type service
- The service.
- object implementation
- The implementation.