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