Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ 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
targetThe target to initialize.
firstArgumentThe first argument used to initialize the target.
secondArgumentThe second argument used to initialize the target.
thirdArgumentThe third argument used to initialize the target.
fourthArgumentThe fourth argument used to initialize the target.
fifthArgumentThe fifth argument used to initialize the target.