#173: Record Types

preview_player
Показать описание
C# 9 is in the pipeline and one of the more exciting features in it is record types. Because we couldn't figure out how to play with C# 9 yet we'll take a break and look at how they're implemented in F#.
Рекомендации по теме
Комментарии
Автор

Easy way for local C# 9 Play:



3) and
3.1) public record Point( double X, double Y, double Z );
3.2) dotnet build

😃

McNerdius