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

◆ Received< TClient, TFirstArgument, TSecondArgument >()

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

Returns a value indicating if arguments provided for client of type TClient using the Set<TClient, TFirstArgument, TSecondArgument> function were received by the client.

Template Parameters
TClientThe type of the object to which the arguments were provided.
TFirstArgumentThe type of the first argument.
TSecondArgumentThe type of the second argument.
Returns
true if arguments for TClient were retrieved using TryGet<TClient, TFirstArgument, TSecondArgument>; otherwise, false.
Type Constraints
TClient :IArgs 
TClient :TFirstArgument 
TClient :TSecondArgument