bungeemonkee / Configgy

A simple, powerful, extensible, testable .NET configuration library.
MIT License
41 stars 4 forks source link

Generic object source #27

Open bungeemonkee opened 7 years ago

bungeemonkee commented 7 years ago

Add a source to pull values from any object's fields/properties. Could be really useful when needing to inter-operate with other configuration sources/systems without needing direct dependencies on them.