Subject | English | Chinese Taiwan |
comp., MS | nullable property | 允許為 NULL 屬性 (A property which controls if a field can have a NULL value) |
comp., MS | nullable type | 可為 Null 的型別 (In C, an instance of the System.Nullable struct that can represent the normal range of values for its underlying value type, plus an additional null value) |