5.1 编程语言的基元类型

编译器直接支持的数据类型成为基元类型(primitive type)。基元类型直接映射到 Framework类库(FCL)中存在的类型。 1 int a =0;// Most convenient syntax 2 System.Int32 a =0;// Convenient syntax 3 int a =newint();// Inconvenient syntax 4 System.Int
相关文章
相关标签/搜索