基本数据类型: int,long,float,double,char,bool
值类型 枚举类型:enum
结构类型:struct
类:System.Object,string,class
引用类型 字符串:interface
数组:int[],string[]