Пример #1
0
 public static Type GetUnwrappedNullableType(this Type type)
 {
     return(FickleNullable.GetUnderlyingType(type) ?? type);
 }
Пример #2
0
 public static Type GetUnderlyingType(this Type type)
 {
     return(FickleNullable.GetUnderlyingType(type));
 }