值类型:
简单类型:
整形Int
字符型char
浮点型float和double
高精度小数:decimal
布尔型:bool
枚举类型:
Enum
结构类型:
Struct
引用类型:
类类型:
基类Object为的所有类型
string
class
接口类型:
Inteface
数值类型:
Int[],string[]等
委托类型:
delegate
本文共 237 字,大约阅读时间需要 1 分钟。
值类型:
简单类型:
整形Int
字符型char
浮点型float和double
高精度小数:decimal
布尔型:bool
枚举类型:
Enum
结构类型:
Struct
引用类型:
类类型:
基类Object为的所有类型
string
class
接口类型:
Inteface
数值类型:
Int[],string[]等
委托类型:
delegate
转载于:https://www.cnblogs.com/bjxingch/articles/6561285.html