将这句话翻译成英文:单问号用于对 int、double、bool 等无法直接赋值为 null 的数据类型进行 null 的赋值,意思是这个数据类型是 Nullable 类型的
时间: 2023-07-15 07:09:53 浏览: 142
The single question mark is used to assign null to data types such as int, double, bool, etc. that cannot be directly assigned null, indicating that the data type is Nullable.
阅读全文