|
|
◆ InitTarget()
| void Sisus.Init.CustomInitializerBase< TClient, TFirstArgument, TSecondArgument >.InitTarget |
( |
TClient | target, |
|
|
TFirstArgument | firstArgument, |
|
|
TSecondArgument | secondArgument ) |
|
abstractprotected |
Initializes the target of type TClient using the provided arguments.
- Parameters
-
| target | The target to initialize. |
| firstArgument | The first argument used to initialize the target. |
| secondArgument | The second argument used to initialize the target. |
|