Exemple #1
0
 public static Type GetTypeWithoutNullability(Type t)
 {
     return(Store.IsNullable(t) ? new NullableConverter(t).UnderlyingType : t);
 }