|
◆ AssertNotNull< TArgument >()
void Sisus.Init.StateMachineBehaviour< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument >.AssertNotNull< TArgument > |
( |
TArgument | argument | ) |
|
|
protected |
Checks if the argument is null and logs an assertion message to the console if it is.
This method call is ignored in non-development builds.
- Parameters
-
argument | The argument to test. |
|