Код: Выделить всё
Console.Write(myObject?.ToString());
return isTrue ? "Valid" : "Lie";
return myObject ?? yourObject;
int? universalAnswer = 42;
Код: Выделить всё
public static Delegate? Combine(params Delegate?[]? delegates)...
string? value = "bob";
Подробнее здесь: https://stackoverflow.com/questions/430 ... sharp-code
Мобильная версия