编译器直接支持的数据类型称为基元类型。基元类型直接映射到Framework 类库(FCL)中存在的类型。例如,C#的int直接映射到System.Int32类型。int就是基元类型,System.Int32属于FCL类型