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