Example #1
0
 public static bool IsNullableType(Type type) => Types.IsNullableType(type);
Example #2
0
 public static bool IsNullableType <T>() => Types.IsNullableType <T>();
Example #3
0
 public static bool IsNullableType <T>(T value) => Types.IsNullableType(value);