ICliServiceContainer.RegisterSingleton Method
Namespace: DensoCreate.Cli.Framework
Description
Registers an interface and an instance of its concrete class.
Argument
| Name | Type | Description |
|---|
| tInterface | Type | Interface to register |
| instance | object | Instance to register |
Return value