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