![]() | Extensions.IsNotNull Method |
Name | Description | |
---|---|---|
![]() ![]() | IsNotNull<T>(T, Action<T>) |
Checks if the value is null. If not, it will invoke action |
![]() ![]() | IsNotNull<T, TResult>(T, Func<T, TResult>) |
Checks if the value is null. If not, it will invoke func |