.NET Library that supporting Object Composition
NOTE: This source code is for educational purposes only.
It's a POC to implement DCI. Check out the trygve language by J. Coplien if you want to learn more.
It was a fun exercise to improve my TDD and clean code skills, and to explore run-time code generation. I wouldn't use it, you can use extension methods if you want to assign differebt roles to an object instead.