Init(args)
Scripting Reference

◆ Received< TClient, TArgument >()

static bool Sisus.Init.InitArgs< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument >.Received< TClient, TArgument > ( TClient  client)
static

Returns a value indicating if argument provided for client of type TClient using the Set<TArgument> function was received by the client.

Template Parameters
TClientThe type of the object to which the argument was provided.
TArgumentThe type of the argument.
Returns
true if arguments for TClient were retrieved using TryGet<TClient, TArgument>; otherwise, false.
Type Constraints
TClient :IArgs<TArgument>