Check if a generic type parameter is a nullable type

suggest change
public bool IsTypeNullable<T>()
{
    return Nullable.GetUnderlyingType( typeof(T) )!=null;
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents