test, czy parametr obsługuje odbicie zerowe

bool canBeNull = !type.IsValueType || (Nullable.GetUnderlyingType(type) != null);
Annoying Ape