[计算机基础] C# 关键字

详情 unchecked 算术溢出不检测(默认为不检测 checked 算术溢出 检测 checked{ int a = int.maxvalue*2; } decimal 高精度的数据类型 用于天文或金融的大数据中 explicit 声明显示的用户定义类型转换运算符 可重写显示转换 implicit 声明隐式的用户定义类型转换运算符 可重写隐式转化 extern 修饰符用于声明在外部实现的方法
相关文章
相关标签/搜索