Exemplo n.º 1
0
 public static Type GetUnwrappedNullableType(this Type type)
 {
     return(FickleNullable.GetUnderlyingType(type) ?? type);
 }
Exemplo n.º 2
0
 public static Type GetUnderlyingType(this Type type)
 {
     return(FickleNullable.GetUnderlyingType(type));
 }