How do create a Dynamic class in C# 4?
https://stackoverflow.com/questions/893423
Solution
Try using System.Dynamic.DynamicObject as a simple starting point and base class. You can find an example at http://winterdom.com/2009/05/dynamicobject-in-c-40.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow