6 ms·
> The new syntax avoids having to do that "double" declaration. Yes, that's right. It is in other words a way to access the compile-time generated backing fiel
by martijn_himself 10mo ago
> The new syntax avoids having to do that "double" declaration.
Yes, that's right. It is in other words a way to access the compile-time generated backing field for auto-implemented properties. It is quite nice to be honest, I just wish they presented a bit of context in their announcements.
- xnorswap 10mo agoThey provide a bit more context around changes in their "What's new in C# 14" page: https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-14#the-field-keyword https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/cs...
- martijn_himself 10mo agoThis is great thank you.