C#
值类型
int 其实是System.Int32
bool System.Boolean
struct 名字{值和方法}
enum Days{Monday,.....} 枚举