Esempio n. 1
0
 public static Boolean IsNullable(this Type baseType)
 {
     return(DDRIT.IsNullable(baseType));
 }