C# 9.0 begins to take shape
От: yenik  
Дата: 20.12.19 18:24
Оценка: 6 (2)
Горшочек продолжает варить, если кому интересно.

https://www.infoworld.com/article/3505939/microsofts-c-90-begins-to-take-shape.html

* Primary constructors, to reduce programming overhead by putting constructor arguments directly in scope throughout a class, obviating the need to explicitly declare a backing field.
* Top level statements and member declarations, embracing a scripting dialect within C#.
* To avoid capturing any local state when supplying lambda functions for method arguments, the lambda declaration would be prefixed with the static keyword.

 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.