Exemplo n.º 1
0
 internal static bool IsPredefinedType(this Type type)
 {
     return(PredefinedTypes.Any(t => t == type));
 }