1、基本类型分类

byte,char,string,short,int,long,double,float,decimal,bool

引用类型和值类型

struct和enum是值类型,所有的类都是引用类型