IsNullable Method
Definition
- Namespace
- Cuemon.Extensions
- Assemblies
- Cuemon.Extensions.Core.dll
IsNullable<T>(T)
Determines whether the specified source is a nullable ValueType.
public static bool IsNullable<T>(this T _)
Parameters
_TThe source type to check for nullable ValueType.
Returns
- bool
trueif the specified source is nullable; otherwise,false.
Type Parameters
TThe type of the
_ofT.