Login
Задачка
1763 просмотров
Перейти к просмотру всей ветки
in Antwort AlexNek 27.03.25 19:05
Так тоже извращения? Что будет возвращено?
int myProperty;
public int MyProperty
{
get => myProperty ;
set => myProperty = Validate(value);
}
return MyProperty = 4;