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

◆ Validate()

void Sisus.Init.IArgs< TArgument >.Validate ( TArgument argument)

Validates the initialization argument that was provided to this client.

By default, this returns false if the argument is null.

Parameters
argumentReceived argument to validate.
Exceptions
InvalidInitArgumentsExceptionThrown if the argument is invalid.