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

◆ Clear< TClient, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument >()

static bool Sisus.Init.InitArgs.Clear< TClient, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument > ( )
static

Clears arguments provided for client of type TClient using the Set<TClient, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument> function and returns a value indicating if the arguments were not received by the client.

Template Parameters
TClientThe type of the object whose arguments are cleared.
TFirstArgumentThe type of the first argument.
TSecondArgumentThe type of the second argument.
TThirdArgumentThe type of the third argument.
TFourthArgumentThe type of the fourth argument.
TFifthArgumentThe type of the fifth argument.
TSixthArgumentThe type of the sixth argument.
Returns
true if arguments for TClient class were provided using Set<TClient, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument> but never retrieved using TryGet<TClient, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument>; otherwise, false.
Type Constraints
TClient :IArgs 
TClient :TFirstArgument 
TClient :TSecondArgument 
TClient :TThirdArgument 
TClient :TFourthArgument 
TClient :TFifthArgument 
TClient :TSixthArgument