Method GetRealType
GetRealType(Type)
Gets real type, using GetUnderlyingType(Type).
public static Type GetRealType(Type type)
Parameters
type
TypeType.
Returns
- Type
GetUnderlyingType(Type) if its not null or
type
value.
Gets real type, using GetUnderlyingType(Type).
public static Type GetRealType(Type type)
type
TypeType.
GetUnderlyingType(Type) if its not null or
type
value.