No IsNullableType ?
Did some reflection work the other day and i noticed that Type does not have a way to see if the type is nullable or not. The workaround seems to be to GetInterfaces() and check for INullableValue yourself. But still....why not include this in Type ?