.NET 中,编译器直接支持的数据类型称为基元类型(primitive type).基元类型和.NET框架类型(FCL)中的类型有直接的映射关系.

.NET 中,编译器直接支持的数据类型称为基元类型(primitive type).基元类型和.NET框架类型(FCL)中的类型有直接的映射关系.

The primitive types are BooleanByteSByteInt16UInt16Int32UInt32Int64UInt64IntPtrUIntPtrCharDouble, and Single.

https://msdn.microsoft.com/zh-cn/library/system.type.isprimitive(v=vs.111).aspx

 

posted @ 2017-02-04 17:55  清幽紫竹  Views(246)  Comments(0Edit  收藏  举报