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