5 ms·
This is not how new language features work in C#.
by antonyt 3mo ago
This is not how new language features work in C#.
- sylware 3mo agoStop being hypocritical, 'new features' in decades old framework have 99% chances to be malicious planned obsolesence. Anybody with enough experience know that.
- antonyt 3mo agoI'm not speaking in vague generalities here. New features in C# do not stop you from writing old C#, and they never have. Here's code that uses the delegate keyword introduced in C# 2.0, twenty years ago. You'll rarely see an explicit delegate in a modern C# codebase, but the C# compiler is still happy for you to use it. https://dotnetfiddle.net/l14cXD https://dotnetfiddle.net/l14cXD
- sylware 3mo ago[dead]