|
|
◆ InitTarget()
| void Sisus.Init.CustomInitializerBase< TClient, TArgument >.InitTarget |
( |
TClient | target, |
|
|
TArgument | argument ) |
|
abstractprotected |
Initializes the target of type TClient using the provided argument.
- Parameters
-
| target | The target to initialize. |
| argument | The argument used to initialize the target. |
|