コード例 #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));
 }