|
◆ Validate()
void Sisus.Init.IArgs< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument >.Validate |
( |
TFirstArgument | firstArgument, |
|
|
TSecondArgument | secondArgument, |
|
|
TThirdArgument | thirdArgument, |
|
|
TFourthArgument | fourthArgument ) |
Validates the initialization arguments that were provided to this client.
By default, this returns false if any argument is null .
- Parameters
-
firstArgument | First received argument to validate. |
secondArgument | Second received argument to validate. |
thirdArgument | Third received argument to validate. |
fourthArgument | Fourth received argument to validate. |
- Exceptions
-
|