This project provides a .Net Framework 2.0 port of ValueInjecter
(Code examples are from http://valueinjecter.codeplex.com/)
myObject.InjectFrom(anyOtherObject);
// inject from multiple sources
a.InjectFrom(b,c,d,e);
// inject using your own injection
a.InjectFrom<MyInjection>(b);
This project is developed and distributed under MIT License
- ValueInjecter - MIT License see http://valueinjecter.codeplex.com/license