DictionaryForumContacts

   English
Terms for subject Programming containing null -coalescing | all forms | in specified order only
EnglishRussian
null-coalescingобъединение с неопределённым значением (The? operator is called the null-coalescing operator. It returns the left-hand operand if the operand is not null; otherwise it returns the right hand operand. Alex_Odeychuk)
null-coalescing operatorоператор объединения с неопределённым значением (The ?? operator is called the null-coalescing operator. It returns the left-hand operand if the operand is not null; otherwise it returns the right hand operand. Alex_Odeychuk)