Login
ИИ для программиста?
46030 просмотров
Перейти к просмотру всей ветки
in Antwort alex445 05.05.25 02:18
Но он не знает.
Странно, к Мюллеру на приём водили?
In C#, tuples do not require the new
keyword because they are value types and have special syntax for initialization.
Instead of using new Tuple(value1, value2)
, you can simply write (value1, value2)
, which is more concise and readable.