Init(args)
Scripting Reference

◆ CreateWrappedObject() [3/5]

abstract TWrapped Sisus.Init.WrapperInitializer< TWrapper, TWrapped, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument >.CreateWrappedObject ( TFirstArgument  firstArgument,
TSecondArgument  secondArgument,
TThirdArgument  thirdArgument 
)
protectedpure virtual

Returns a new instance of TWrapped initializes using the provided arguments.

Parameters
firstArgumentThe first argument used to initialize the wrapped object.
secondArgumentThe second argument used to initialize the wrapped object.
thirdArgumentThe third argument used to initialize the wrapped object.
Returns
Instance of the TWrapped class.