MethodInfoExtensions.IsReturnNullableReferenceType Method
Definition
Returns true
if the specified method's return type is a nullable reference type.
public static bool IsReturnNullableReferenceType(this MethodInfo method);
Parameters
Name | Type | Description |
---|---|---|
method | The method. |
Returns
true
if the method
's return type is a nullable reference type; false
otherwise.
Last modified: 17 December 2024