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

◆ 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
targetThe target to initialize.
firstArgumentThe first argument used to initialize the target.
secondArgumentThe second argument used to initialize the target.