4 ms·
I have never used a code generator for C#, which one do you have in mind? Pretty much all other .NET things can be used from F# equally well as in C#
by exyi 4y ago
I have never used a code generator for C#, which one do you have in mind? Pretty much all other .NET things can be used from F# equally well as in C#
- pjmlp 4y agoRosylin code generators, the modern way to use compile time reflection in C# and VB. You can bind them to code attributes, no more INotifyProperty by hand or by having common base classes.