Пример #1
0
 internal static bool IsNullable(this Type type)
 {
     return(type.GetNullableTypeArgument() != null);
 }