Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 639 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 639 Bytes

.Net2.0-ValueInjecter

This project provides a .Net Framework 2.0 port of ValueInjecter

Documentation and Examples

(Code examples are from http://valueinjecter.codeplex.com/)

Basic usage

myObject.InjectFrom(anyOtherObject);

// inject from multiple sources
a.InjectFrom(b,c,d,e);

// inject using your own injection
a.InjectFrom<MyInjection>(b);

Licensing

This project is developed and distributed under MIT License

References

ValueInjecter