Currently in the app.config of a program I have a Object Group where I define Each Object as a section in the group. However the names of each Section in the group could change, so I can't address each Section by a name when I read in there values. Is there a way to read in all the sections of a group without knowing the names of the section in the group?
Currently I have solved this problem by also having another section with a comma separated list of all the object names in the object section. However I would rather not have to define all the objects like this.
Thank you