Hacker News new | ask | show | jobs
by depoll 1081 days ago
In .net world, the C# "this" syntax is itself just syntactic sugar over an annotation (attribute in .net parlance): https://learn.microsoft.com/en-us/dotnet/api/system.runtime....
1 comments

offtopic: why is this link a broken redirect in chrome but not firefox?
My guess is that MSDN POs prioritize testing with Blink/Edge WebView2 over other engines.