|
◆ 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
-
argument | The argument to test. |
|