CuttingEdge.Conditions reference library |
ValidatorExtensions..::.IsNotNull Method |
ValidatorExtensions Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
IsNotNull<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>)) |
Checks whether the given value is not null. An exception is thrown otherwise.
| |
IsNotNull<(Of <(T>)>)(ConditionValidator<(Of <(T>)>)) |
Checks whether the given value is not null. An exception is thrown otherwise.
| |
IsNotNull<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), String) |
Checks whether the given value is not null. An exception is thrown otherwise.
| |
IsNotNull<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), String) |
Checks whether the given value is not null. An exception is thrown otherwise.
|