📜  原始类型 c# 代码示例

📅  最后修改于: 2022-03-11 14:48:43.641000             🧑  作者: Mango

代码示例1
// What is primitive data types ?
The most famous primitive data types are: int, object, short, char, float, 
double, char, bool. They are called primitive because they are the main 
built-in types, and could be used to build other data types.