Esempio n. 1
0
 internal static bool IsNullableType(XTypeReference type)
 {
     return (type != null) && type.IsSystemNullable();
 }