Tagged Questions

2
votes
2answers
723 views

On-the-fly fields from Static Reflection?

I've been studying up on static reflection with LINQ expressions - very cool! One thought I had - is it possible for one class to 'generate' fields on one class based on static reflection done on ...