MrKWatkins.Reflection 1.3.1 Help

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

MethodInfo

The method.

Returns

Boolean

true if the method's return type is a nullable reference type; false otherwise.

Last modified: 17 December 2024