Pour un paramètre t de type System.Type :


if &#40;t.IsGenericType&#40;&#41; && &#40;t.GetGenericTypeDefinition&#40;&#41; == typeof&#40;System.Nullable<>&#41;&#41;
&#123;
// ton code ici
&#125;


cf. changements beta2 / RTM