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

◆ ThrowIfNull< TArgument >()

void Sisus.Init.StateMachineBehaviour< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument >.ThrowIfNull< TArgument > ( TArgument argument)
protected

Checks if the argument is null and throws an ArgumentNullException if it is.

This method call is ignored in non-development builds.

Parameters
argumentThe argument to test.