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