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 | The parameter. |
Returns
true
if the parameter
's is a nullable reference type; false
otherwise.
Last modified: 17 December 2024