entelect / ConfigurationAssist

A project to simplify reading app/web config files in .Net
GNU General Public License v2.0
3 stars 0 forks source link

Configuration Section KeyValue mapping #7

Closed JeremyBOB81 closed 8 years ago

JeremyBOB81 commented 8 years ago

Its possible to use the ConfigSections with the type as NameValueCollection. This means that we use syntax just like appSettings to add the values.

We want to be able to parse this into a custom configuration class easily.