Table of Contents

IsNullable Method

Definition

Namespace
Cuemon.Extensions
Assemblies
Cuemon.Extensions.Core.dll
Source
src/Cuemon.Extensions.Core/ObjectExtensions.cs

IsNullable<T>(T)

Determines whether the specified source is a nullable ValueType.

public static bool IsNullable<T>(this T _)

Parameters

_ T

The source type to check for nullable ValueType.

Returns

bool

true if the specified source is nullable; otherwise, false.

Type Parameters

T

The type of the _ of T.