I’m writing a library that will be used in desktop and web apps. It needs to traverse the section groups in the .config file. I assume I’ll need an instance of System.Configuration.Configuration to do this. Is there a way to do this that works in desktop and web apps?
I’m writing a library that will be used in desktop and web apps. It
Share
I ended up with something like this: