MrKWatkins.Reflection 1.3.1 Help

ParameterInfoExtensions.IsNullableReferenceType Method

Definition

Returns true if the specified parameter is a nullable reference type.

public static bool IsNullableReferenceType(this ParameterInfo parameter);

Parameters

Name

Type

Description

parameter

ParameterInfo

The parameter.

Returns

Boolean

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

Last modified: 17 December 2024