类库说明文档
![]() | JHConstGetRealType Method |
返回当前类型的真实类型(如可空类型,则返回它的基本类型)
Namespace: DCSoft.Utility
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static Type GetRealType( Type type )
Parameters
- type
- Type: SystemType
要检查的类型
Return Value
Type: Type返回对应的基本类型参数
