DictionaryForumContacts

   English
Terms containing nullable type | all forms | in specified order only
SubjectEnglishRussian
progr.non-nullable typeтип, не допускающий значение null (Microsoft Alex_Odeychuk)
comp., MSnullable 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)
progr.nullable typeтип, допускающий пустое значение (Alex_Odeychuk)
comp., MSnullable typeтип, допускающий неопределённое значение (it's a common feature on the .NET runtime, available in all languages Alex_Odeychuk)
ITnullable typeобнуляемый тип (Kotlin может проводить различие между ненулевыми и обнуляемыми типами. Типы по умолчанию являются `non-null`, и их можно сделать `nullable`, добавив `?` . bartov-e)
ITnullable typeтип, допускающий значения null (ssn)