DictionaryForumContacts

   English
Terms containing null -coalescing | all forms | in specified order only
SubjectEnglishRussian
progr.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)
progr.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)