Skip to content

cristi-badila/.Net2.0-ValueInjecter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

About

A backport of ValueInjecter to .Net Framework 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages