|
|
◆ InitTarget()
| void Sisus.Init.CustomInitializerBase< TClient, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument >.InitTarget |
( |
TClient | target, |
|
|
TFirstArgument | firstArgument, |
|
|
TSecondArgument | secondArgument, |
|
|
TThirdArgument | thirdArgument, |
|
|
TFourthArgument | fourthArgument, |
|
|
TFifthArgument | fifthArgument ) |
|
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. |
| thirdArgument | The third argument used to initialize the target. |
| fourthArgument | The fourth argument used to initialize the target. |
| fifthArgument | The fifth argument used to initialize the target. |
|