Linq Expressions: Assign private fields (.NET 4)
· 2 min read
Hold your horses, you might not see this untill 2010
Posts tagged with Reflection.
View All TagsHold your horses, you might not see this untill 2010
I’ve created a little sample on how to make your own .NET compiler.
The compiler uses Gold parser for parsing and Reflection.Emit to generate the compiled .exe file.