Method IsNull
IsNull<T>(T, string)
Ensures that the value of a parameter is null.
public static T IsNull<T>(T value, string paramName) where T : class
Parameters
valueTThe value of the parameter.
paramNamestringThe name of the parameter.
Returns
- T
The value of the parameter.
Type Parameters
TType type of the value.